I gave a fixed width to the text box, and I also don't want to wrap the text. So the problem is that if I enter the text more than the width, and then into the GotFocus event of the text field, I will do the following:
txtperson.SelectAll();
But does this not justify the text on the left? Any help how can I achieve this?
Thanks.
source
share