Summary
Gets all containers with an index that fall within a range.
- Namespace
- Avalonia
.Controls .Generators - Containing Type
- Item
Container Generator
Syntax
protected IEnumerable<ItemContainerInfo> GetContainerRange(int index, int count)
Parameters
Name | Type | Description |
---|---|---|
index | int | The first index. |
count | int | The number of elements in the range. |
Return Value
Type | Description |
---|---|
IEnumerable |
The containers. |