Skip to main content
A newer version of this page is available. .

VGridControlBase.TopVisibleRowIndexPixel Property

Gets or sets the vertical scroll position of the top row.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

[Browsable(false)]
public int TopVisibleRowIndexPixel { get; set; }

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