I have a simple ComboBox with CheckBoxes as Items. How can I prevent the actual selection of the items. The user should only be able to check or uncheck the checkboxes?
What about if you change your ComboBox to ItemsControl:
Having an ItemsControl instead of a ComboBox will display all the items only checkable.