Back to Devexpress

GridView.TopRowPixel Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-59141115.md

latest1.8 KB
Original Source

GridView.TopRowPixel Property

Gets or sets the vertical scroll position, in pixels. This property is in effect if pixel-based scrolling is enabled.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Int32

An integer value that specifies the vertical scroll position, in pixels.

|

Remarks

This property is in effect if pixel-based scrolling is enabled. See GridOptionsBehavior.AllowPixelScrolling property to learn more.

See Also

TopRowChanged

TopRowIndex

SmoothScroll(Int32)

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace