Back to Devexpress

WinExplorerView.MoveLastVisible() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-409db47f.md

latest1.8 KB
Original Source

WinExplorerView.MoveLastVisible() Method

Selects the last WinExplorerView item currently visible.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public override void MoveLastVisible()
vb
Public Overrides Sub MoveLastVisible

Remarks

To consecutively scroll the WinExplorerView one screen down, use the WinExplorerView.MoveNextPage method instead. You can also select the last item within an entire View via the WinExplorerView.MoveLast method.

See Also

MoveLast()

MoveNextPage()

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace