ILayoutManagerInvalidateArrange Method
Notifies the layout manager that a control requires an arrange.
Namespace: Avalonia.LayoutAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void InvalidateArrange(
Layoutable control
)
Sub InvalidateArrange (
control As Layoutable
)
abstract InvalidateArrange :
control : Layoutable -> unit
Parameters
- control Layoutable
- The control.