Hi,
There is a way to change the text alignment for a AutoCompleteBox ?
I tried also with HorizontalContentAlignment.
I would like to change the alignment for the inner shared:EmbeddedTextBox "PART_TextBox".
Kind regards,
Daniel
Hi,
There is a way to change the text alignment for a AutoCompleteBox ?
I tried also with HorizontalContentAlignment.
I would like to change the alignment for the inner shared:EmbeddedTextBox "PART_TextBox".
Kind regards,
Daniel
Hi Daniel,
We'll add an AutoCompleteBox.TextAlignment property for the next maintenance release that will be set to bind down to the embedded TextBox.
In the meantime, you'd have to get the embedded "PART_TextBox" TextBox via visual tree search to change it yourself.
Hi,
Thank you very much!
Kind regards,
Daniel
Please log in to a validated account to post comments.