iOSTable.ScrollPositions

From Xojo Documentation

Enumeration
iOSTable.ScrollPositions

Indicates the position of the table after scrolling to the section/row. Used by the ScrollToRow method.

Values

Enum Description
None Scrolls the row to be visible. No action is performed if the row is already fully visible. This is the default.
Top Scrolls table so that the row is displayed at the top of the table.
Middle Scrolls table so that the row is displayed in the middle of the table.
Bottom Scrolls table so that the row is displayed at the bottom of the table.