ILayoutManager.

ExecuteInitialLayoutPass() Method

Summary

Executes the initial layout pass on a layout root.
Namespace
Avalonia.Layout
Containing Type
ILayoutManager

Syntax

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.

Return Value

Type Description
void