Styling WPF ComboBox items

后端 未结 2 1510
悲哀的现实
悲哀的现实 2020-12-20 12:27

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

2条回答
  •  鱼传尺愫
    2020-12-20 12:44

    Use ItemContainerStyle instead of ItemTemplate:

        
            
                
            
        
    

提交回复
热议问题