Back to Devexpress

VGridControlBase.TopVisibleRowIndexPixel Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-926896e5.md

latest2.2 KB
Original Source

VGridControlBase.TopVisibleRowIndexPixel Property

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

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[Browsable(false)]
public int TopVisibleRowIndexPixel { get; set; }
vb
<Browsable(False)>
Public Property TopVisibleRowIndexPixel As Integer

Property Value

TypeDescription
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

LeftVisibleRecordPixel

TopVisibleRowIndex

LeftVisibleRecord

ScrollVisibility

VertScrollPixel(Int32)

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace