TabSheet.scrollToColumn

Syntax

scrollToColumn(colIndex: Number);

Parameters

colIndex. Table column index.

Description

The scrollToColumn method scrolls a table to a specified column.

Comments

This 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