Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
UltraMaskedEdit - How to show beginning of text if entire text is selected?
posted

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

  • 469350
    Verified Answer
    Offline posted

    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.