Summary
Gets the container control representing the item with the specified index.
- Namespace
- Avalonia
.Controls .Generators - Containing Type
- I
Item Container Generator
Syntax
IControl ContainerFromIndex(int index)
Parameters
Name | Type | Description |
---|---|---|
index | int | The index. |
Return Value
Type | Description |
---|---|
IControl | The container, or null if no container created. |