DataGrid.ScrollChanged

Syntax

ScrollChanged: function(sender, args);

Parameters

sender. Event source.

args. Information on the event. Arguments: RowIndex - index of the first visible row; VScrollPos - vertical scrollbar position; HScrollPos - horizontal scrollbar position.

Description

The ScrollChanged event occurs after changing the position of scrollbars.

Example

The example of event use is given in description of the DataGrid.getVScrollBarContainer method.

See also:

DataGrid