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. |
Last updated