Summary
Removes a set of created containers and updates the index of later containers to fill
the gap.
- Namespace
- Avalonia
.Controls .Generators - Containing Type
- I
Item Container Generator
Syntax
IEnumerable<ItemContainerInfo> RemoveRange(int startingIndex, int count)
Parameters
Name | Type | Description |
---|---|---|
startingIndex | int | The index of the first item in the control's items. |
count | int | The the number of items to remove. |
Return Value
Type | Description |
---|---|
IEnumerable |
The removed containers. |