TcxGridTableController.TopRowIndex Property
Specifies the topmost visible row within the current View.
Declaration
property TopRowIndex: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
This property specifies the index of the row displayed at the top of the visible View part. You can assign the TopRowIndex property to scroll the View contents programmatically.
Since records within a (Banded) Table View are represented as rows, the TopRowIndex property is a wrapper for the TopRecordIndex property. As a result, these properties denote the same thing and can be used interchangeably. Refer to the TopRecordIndex property description to learn more.
See Also