May 2010
Intermediate to advanced
1272 pages
61h 18m
English
ComboBoxThe WPF ComboBox also works the same as in other technologies. The following XAML snippet shows how you implement a sample ComboBox showing a list of hypothetical customers:

Each item in the control is represented by a ComboBoxItem object whose Content property sets the item’s content that can be also something different from text. (For example, you might embed a video through a MediaElement control). The SelectionChanged event is raised when the user selects an item.
Read now
Unlock full access