AttachedLayout.

InvalidateArrange() Method

Summary

Invalidates the arrange state (layout) for all UIElement containers that reference this layout. After the invalidation, the UIElement will have its layout updated, which occurs asynchronously.
Namespace
Avalonia.Layout
Containing Type
AttachedLayout

Syntax

protected void InvalidateArrange()

Return Value

Type Description
void