WinExplorerView.Position Property
In This Article
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.2.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 Win |
#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