LayoutableUpdateLayout Method

Executes a layout pass.

Definition

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

Remarks

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

See Also