TextEdit.ScrollPositionX

From Xojo Documentation

Method

TextEdit.ScrollPositionX() As Integer

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.ScrollPositionX = 200