# ItemsControl

**Inheritance:** [TemplatedControl](https://api.fabulous.dev/3.0-preview-1/avalonia/templatedcontrol)\
AvaloniaUI **documentation:** ItemsControl [API](https://reference.avaloniaui.net/api/Avalonia.Controls/ItemsControl/)

## Properties

| Properties                                                          | Description                                                   |
| ------------------------------------------------------------------- | ------------------------------------------------------------- |
| onContainerClearing(fn: ContainerClearingEventArgs -> 'msg)         | Raised when the actual theme variant changes.                 |
| onContainerIndexChanged(fn: ContainerIndexChangedEventArgs -> 'msg) | Raised when the index for the item it represents has changed. |
| onContainerPrepared(fn: ContainerPreparedEventArgs -> 'msg)         | Raised when a container is prepared for use.                  |
