IsScrollInertiaEnabled Property
Gets or sets whether scroll gestures should include inertia in their behavior and value.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool IsScrollInertiaEnabled { get; set; }
Public Property IsScrollInertiaEnabled As Boolean
Get
Set
member IsScrollInertiaEnabled : bool with get, set