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
Hi Mike,
thanks for your help. Now it's perfect.
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.