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
105
Display start of selected text in editor
posted

I have an UltraTextEditor, and when it gets focus, it selects the text.  There are times where the text is longer than the control, and it displays the ending characters of the selection.  Is there any way to keep all the text selected, but display all possible text starting with the first character, and not the end of the string.

 

Thank you,

Jake

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Jake,

        No, I don't think there is any way to do that. What you are seeing when the cell enters edit mode is a regular TextBox over the cell to allow editing. The Inbox TextBox is that scrolls the text out of view. You will get the same behavior with a TextBox control on a form.  

Reply Children
No Data