ScrollViewerSetIsScrollInertiaEnabled Method
Sets whether scroll gestures should include inertia in their behavior and value.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
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
Parameters
- control Control
-
- value Boolean
-