I have a very simple WPF application which displays a ComboBox which binds to a list of classes which represent people. Each \'Person\' object has a Name string field, and a
Use ItemContainerStyle instead of ItemTemplate:
ItemContainerStyle
ItemTemplate