ScrollViewerSetAllowAutoHide Method
Gets the value of the AllowAutoHideProperty attached property.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetAllowAutoHide(
Control control,
bool value
)
Public Shared Sub SetAllowAutoHide (
control As Control,
value As Boolean
)
static member SetAllowAutoHide :
control : Control *
value : bool -> unit
Parameters
- control Control
- The control to set the value on.
- value Boolean
- The value of the property.