Summary
Called when the
IVirtualizingPanel
's controls should be updated.
- Namespace
- Avalonia
.Controls - Containing Type
- I
Virtualizing Controller
Syntax
void UpdateControls()
Remarks
The controller should respond to this method being called by either adding
children up until
IsFull
becomes true or
removing OverflowCount
controls.
Return Value
Type | Description |
---|---|
void |