LayoutManagerInvalidateArrange 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
public virtual void InvalidateArrange(
	Layoutable control
)

Parameters

control  Layoutable
The control.

Implements

ILayoutManagerInvalidateArrange(Layoutable)

See Also