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