Tag Archives: itemscontrols

WPF Controls: Items controls

The controls that inherit from ItemsControl are controls that support a collection of objects.

These controls can be used to display a collection of objects on the screen. For example, controls like ListBox and ComboBox can be used to allow the user to select an object from a collection.

listbox

Continue reading