ILayoutManagerExecuteInitialLayoutPass Method
Executes the initial layout pass on a layout root.
Namespace: Avalonia.LayoutAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void ExecuteInitialLayoutPass()
Sub ExecuteInitialLayoutPass
abstract ExecuteInitialLayoutPass : unit -> unit
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.