C# XAML Combo Boxes


This entry is part 7 of 7 in the series C# XAML

The book WPF 4.5 Unleashed by Adam Nathan discusses combo boxes on page 262-267. The ComboBox control enables users to select one item from a list of items while occupying minimal space on the user interface because it displays on the current selection. For a more general discussion of controls and types of controls, have a look at the other post.

Series Navigation<< C# XAML Introduction Part 4 Object Names Part 1