ScrollViewerSetIsScrollInertiaEnabled Method

Sets whether scroll gestures should include inertia in their behavior and value.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetIsScrollInertiaEnabled(
	Control control,
	bool value
)

Parameters

control  Control
 
value  Boolean
 

See Also