Skip to main content

TcxCustomVerticalGrid.TopVisibleRowIndex Property

Specifies the index of the top-most visible row.

Declaration

property TopVisibleRowIndex: Integer read; write;

Property Value

Type
Integer

Remarks

Use the TopVisibleRowIndex property to specify the index of the top most visible row. Assigning a new value to this property makes the row with the specified index the top most visible row.

If the row whose index is specified as the TopVisibleRowIndex value is not currently visible, then the vertical grid control is scrolled until the required row appears (or becomes the top most visible row).

See Also