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