LayoutManager.

ExecuteLayoutPass() Method

Summary

Executes a layout pass.
Namespace
Avalonia.Layout
Containing Type
LayoutManager

Syntax

public virtual void ExecuteLayoutPass()

Remarks

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

Return Value

Type Description
void