Summary
Removes a set of created containers.
- Namespace
- Avalonia
.Controls .Generators - Containing Type
- Item
Container Generator
Syntax
public virtual IEnumerable<ItemContainerInfo> Dematerialize(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. |