TextEdit.ScrollPositionX
From Xojo Documentation
This item was deprecated in version 2019r2. Please use TextEdit.HorizontalScrollPosition as a replacement. |
Method
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.ScrollPositionX = 200