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
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.
I appreciate the reply.
Thanks