LayoutManagerExecuteLayoutPass Method

Executes a layout pass.

Definition

Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public virtual void ExecuteLayoutPass()

Implements

ILayoutManagerExecuteLayoutPass

Remarks

You should not usually need to call this method explictly, the layout manager will schedule layout passes itself.

See Also