ILayoutManager.

ExecuteLayoutPass() Method

Summary

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

Syntax

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