Hi,
i have an UltraMaskedEdit-Control with SelectAllBeavhior == SelectEnteredCharacters. When entering a text longer than the control is able to display and then double click into the control, the entire entered text is selected. So far it's ok. But after selecting the entire text with double click the right end of the text is displayed in the UltraMaskedEdit.
Is it possible to display the beginning of the text when it is selected with double click?
Thanks for any answer which helps...
Thorsten Pontow
Hi Thorsten,
No, there's no way to do this. When you select all of the text, the cursor moves to the end of the selection and the control tries to keep the caret in view, so it has to scroll to the end. I recommend making the control wider so that all of the text is visible.