Summary
Called when new containers are materialized for the
ItemsControl
by its
ItemContainerGenerator
.
- Namespace
- Avalonia
.Controls - Containing Type
- ItemsControl
Syntax
protected virtual void OnContainersMaterialized(ItemContainerEventArgs e)
Parameters
Name | Type | Description |
---|---|---|
e | Item |
The details of the containers. |
Return Value
Type | Description |
---|---|
void |