Back to Devexpress

TcxCustomVerticalGrid.TopVisibleRowIndex Property

vcl-cxvgrid-dot-tcxcustomverticalgrid-18532d0a.md

latest1.0 KB
Original Source

TcxCustomVerticalGrid.TopVisibleRowIndex Property

Specifies the index of the top-most visible row.

Declaration

delphi
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

TcxCustomRow.MakeVisible

TcxCustomVerticalGrid.OnTopRowIndexChanged

TcxCustomVerticalGrid Class

TcxCustomVerticalGrid Members

cxVGrid Unit