ItemsControl
In WPF,
ItemsControl
and derived classes such as ListBox
have two separate items properties: Items
and ItemsSource
. Avalonia however just has a single one: Items
.Last modified 1yr ago