UpdateLayout Method
Executes a layout pass.
Definition
Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void UpdateLayout()
Public Sub UpdateLayout
member UpdateLayout : unit -> unit
Remarks
You should not usually need to call this method explictly, the layout manager will schedule layout passes itself.