Summary
Creates the container for an item.
- Namespace
- Avalonia
.Controls .Generators - Containing Type
- Item
Container Generator <T>
Syntax
protected override IControl CreateContainer(object item)
Parameters
Name | Type | Description |
---|---|---|
item | object | The item. |
Return Value
Type | Description |
---|---|
IControl | The created container control. |