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 control horizontally to a position X pixels from the left edge of the control.
Example
This example scrolls the control horizontally by 200 pixels.
TextArea1.HorizontalScrollPosition = 200