Im devloping an Application which uses a lot auf Textboxes. If they got focus the Caret is at the first position of the Textbox. Even if already text exists. Im searching for a soloution to set the caret at the end of the text FOR ALL Texbox, when they got focus.
I know, that I can handle the GotFocus()-Event and then set the position manually. But is there a smarter soloution?