TextEdit.HorizontalScrollPosition
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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