Summary
Creates a container control for an item.
- Namespace
- Avalonia
.Controls .Generators - Containing Type
- I
Item Container Generator
Syntax
ItemContainerInfo Materialize(int index, object item)
Parameters
Name | Type | Description |
---|---|---|
index | int | The index of the item of data in the control's items. |
item | object | The item. |
Return Value
Type | Description |
---|---|
ItemContainerInfo | The created controls. |