WinExplorerView.Position Property
Gets or sets the distance that specifies how much this WinExplorerView is scrolled down, counting from the View client area’s top edge.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An Int32 value that is the distance between the current WinExplorerView viewport and the View top edge. |
Remarks
Utilize the Position property to scroll the View up or down. When scrolling a View, the WinExplorerView.TopLeftItemIndex property allows you to identify the index of a first currently visible View item.
See Also