SetIsScrollInertiaEnabled Method
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 static void SetIsScrollInertiaEnabled(
Control control,
bool value
)
Public Shared Sub SetIsScrollInertiaEnabled (
control As Control,
value As Boolean
)
static member SetIsScrollInertiaEnabled :
control : Control *
value : bool -> unit