Summary
Notifies the layout manager that a control requires an arrange.
- Namespace
- Avalonia
.Layout - Containing Type
- ILayoutManager
Syntax
void InvalidateArrange(ILayoutable control)
Parameters
Name | Type | Description |
---|---|---|
control | ILayoutable | The control. |
Return Value
Type | Description |
---|---|
void |