ILayoutManager.

ExecuteInitialLayoutPass(ILayoutRoot) Method

Summary

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

Syntax

[Obsolete("Call ExecuteInitialLayoutPass without parameter")]
void ExecuteInitialLayoutPass(ILayoutRoot root)

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.

Attributes

Type Description
ObsoleteAttribute

Parameters

Name Type Description
root ILayoutRoot The control to lay out.

Return Value

Type Description
void