ScrollViewerSetBringIntoViewOnFocusChange Method

Gets the value of the BringIntoViewOnFocusChange attached property.

Definition

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

Parameters

control  Control
The control to set the value on.
value  Boolean
The value of the property.

See Also