ScrollViewerGetIsScrollInertiaEnabled Method

Gets 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 bool GetIsScrollInertiaEnabled(
	Control control
)

Parameters

control  Control
 

Return Value

Boolean

See Also