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
600
UltraTextEditor - MultiLine - want to see last line
posted

Hi,

I've a Multiline UltratextEditor on my form. I always see the text from the beginning. But I want to see the last line.

Please help

Hansjörg

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi Hansjörg,

    The UltraTextEditor will maintain it's position as long as it's in edit mode (as long as it has focus). Once it loses focus, it will lose the scroll position and show the text from the top.

    If you set AlwaysInEditMode to true, the UltraTextEditor will stay in edit mode even when it loses focus and thus it will maintain the last position. You could also set the SelectionStart property in order to control the exact position.  

Reply Children
No Data