ILayoutManagerInvalidateArrange Method

Notifies the layout manager that a control requires an arrange.

Definition

Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void InvalidateArrange(
	Layoutable control
)

Parameters

control  Layoutable
The control.

See Also