TextEdit.HorizontalScrollPosition
From Xojo Documentation
Method
TextEdit.HorizontalScrollPosition() As Integer
New in 2019r2
Supported for all project types and targets.
New in 2019r2
Supported for all project types and targets.
Scrolls the text control horizontally to the position (in points) from the left edge of the control.
Example
This code scrolls the control horizontally by 200 points.
TextArea1.HorizontalScrollPosition = 200