ScrollViewerGetAllowAutoHide Method

Gets the value of the AllowAutoHideProperty attached property.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static bool GetAllowAutoHide(
	Control control
)

Parameters

control  Control
The control to read the value from.

Return Value

Boolean
The value of the property.

See Also