Is there any native WPF Multiselect combobox available?

前端 未结 7 2088
予麋鹿
予麋鹿 2020-12-17 17:48

Even a 3rd party one will do.

Thanks

7条回答
  •  一生所求
    2020-12-17 18:17

    I'm not sure how a ComboBox would display data in this fashion, as it is designed as a single-selection Control.

    Maybe you are looking for something like a ListBox or ListView with a SelectionMode of Multiple or Extended?

    
    
    
    

提交回复
热议问题