Select Page

Using WPF ComboBox with list of ComboBoxItems and DataBinding

Last Updated on 2013-10-09. For WPF beginners coming from Windows Forms, it may seem like it’s easier to use a ComboBox with the drop-down items loaded from an external database / Entity Framework than to work with simple static items. For DB access, you set...