TreeViewScrolledEventArgs.Offset Property
Gets the top offset of the scrolled content.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public double Offset { get; }
Property Value
Type | Description |
---|---|
Double | The top offset of the scrolled content. |
See Also