TreeViewScrolledEventArgs.Delta Property
Gets the difference between the current and previous scroll positions.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public double Delta { get; }
Property Value
Type | Description |
---|---|
Double | The difference between the current and previous scroll positions. |
See Also