Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 191 Bytes

itemscontrol.md

File metadata and controls

4 lines (2 loc) · 191 Bytes

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.