Scrolling a table or listbox vertically to a specified positionΒΆ

scroll

Scroll a table or listbox vertically to a specified position


SYNTAX

scroll table_id | listbox_id to row

Scroll a table or listbox vertically so that the specified row is displayed in the top line. Line numbers start from 1. If the line is on the last page, the line will be brought into view but will not necessarily be displayed as the top line.

The Table topline clause and Listbox topline clause provide an alternative method of specifying the top line to be displayed. These clauses can also be used to retrieve the row number currently displayed in the top line.


RELATED TOPICS

Tables

table_set_key()

Listboxes