ControlExtensions Class

Adds common functionality to Control.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static class ControlExtensions
Inheritance
Object    ControlExtensions

Methods

BringIntoView(Control) Tries to bring the control into view.
BringIntoView(Control, Rect) Tries to bring the control into view.
FindControlT(Control, String) Finds the named control in the scope of the specified control.
GetControlT(Control, String) Finds the named control in the scope of the specified control and throws if not found.
Set(IPseudoClasses, String, IObservableBoolean) Sets a pseudoclass depending on an observable trigger.

See Also