TreeViewScrolledEventArgs.LastVisibleIndex Property
In This Article
Gets the index of the last visible item.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
#Declaration
C#
public int LastVisibleIndex { get; }
#Property Value
Type | Description |
---|---|
Int32 | The index of the last visible item. |
See Also