AD
Administrator
Syncfusion Team
March 21, 2003 01:01 PM UTC
Hi Ivan,
To adjust this, you will need to modify the location of the cursor. This can be done as follows:
After you insert the text, or set the text property, you can then set the current line and character to be 1, and then scroll to the caret.
editControl1.CurrentChar = 1;
editControl1.CurrentLine = 1;
editControl1.ScrollToViewCaret();
-Syncfusion Technical Support
Please note that there is a separate forum for Essential Edit issues.