ILayoutManagerExecuteInitialLayoutPass Method

Executes the initial layout pass on a layout root.

Definition

Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void ExecuteInitialLayoutPass()

Remarks

You should not usually need to call this method explictly, the layout root will call it to carry out the initial layout of the control.

See Also