Back to Devexpress

WinExplorerView.Position Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-cdff52ad.md

latest2.0 KB
Original Source

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.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Int320

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

TopLeftItemIndex

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace