ScrollViewerSetIsDeferredScrollingEnabled Method
Sets whether dragging of
Thumb elements should update the
ScrollViewer only when the user releases the mouse.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetIsDeferredScrollingEnabled(
Control control,
bool value
)
Public Shared Sub SetIsDeferredScrollingEnabled (
control As Control,
value As Boolean
)
static member SetIsDeferredScrollingEnabled :
control : Control *
value : bool -> unit
Parameters
- control Control
-
- value Boolean
-