Hey.
I have a combo box and when I leave the combo box with tab, enter or any other manor and lose focus I would like for the text to left align.
Well if I click on a dropdown item and then if I leave the combobox it will make the text left align on lost focus.
How could I make the text box in the combo editor always left align text?,
Thanks in advance :)
Hello,
Thank you for your post. I have been looking into it and I created a sample project for you following your scenario and everything seems to work ok on my side(the text is aligned on the left all the time). If the sample doesn’t satisfies all your needs feel free to modify it, so it reproduces your behavior and send it back to me for further investigation.
Looking forward for your reply.
Thanks for the fast reply. Your example works only if the text for the display item is shorter then the width combo box. If the length of the text is longer it does only show the end of the text and not the start of the text.