Skip to main content
A newer version of this page is available. .

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

Declaration

[DefaultValue(0)]
[Browsable(false)]
public int Position { get; set; }

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