TabSheet.scrollToRow

Syntax

scrollToRow(rowIndex: Number);

Parameters

rowIndex. Table row index.

Description

The scrollToRow method scrolls a table to a specified row.

Comments

The method returns True if the table has been scrolled, otherwise it returns False.

Example

The example of use is given on the page with description of the TabSheet.hasRangesToLoad method.

Seebsp;also:

TabSheet