Repeating Data Controls
These controls display repeating data, in either a tabular or list format:
Control | Description |
---|---|
DataGrid | Displays data in a customizable grid. |
ItemsControl | Displays a collection of items from a bound data source. |
ItemsRepeater | Displays repeating data from a bound data source. It has both a layout template and a data template. |
ListBox | A control with items that can be selected. |
ComboBox | A control with a drop-down list with items that can be selected. |