TreeViewScrolledEventArgs.Delta Property
In This Article
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
C#
public double Delta { get; }
#Property Value
Type | Description |
---|---|
Double | The difference between the current and previous scroll positions. |
See Also