Combo Box

A Combo Box control consists of a list and a selection field. The list presents the options that you can select, and the selection field displays the selected list item.

If you select the IsEditable property check box, you can choose to enter information that is not available in the list to the selection field. If the IsEditable property check box is cleared, you can only select from the available items in the list.

You can use the ItemsSource property to configure a combo box to get its item list from a data source, or you can manually add the list items and their labels.

See Items Controls to view the usage and description of the properties for this control.