VGridControlBase.TopVisibleRowIndexPixel Property
Gets or sets the vertical scroll position of the top row.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Property Value
Type | Description |
---|---|
Int32 | A Int32 value that specifies the vertical scroll position of the top row. |
Remarks
If the total height of all rows exceeds the vertical grid’s client area, end-users can scroll the control content vertically. You can use the TopVisibleRowIndexPixel property to obtain the vertical scroll position of the top row. Assigning a value to this property results in scrolling to the specified scroll position.
See Also