Skip to content
This repository was archived by the owner on Aug 23, 2026. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 889 Bytes

File metadata and controls

12 lines (9 loc) · 889 Bytes

ItemsControl

Inheritance: TemplatedControl
AvaloniaUI documentation: ItemsControl API

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.