wpftoolkit
wpftoolkit copied to clipboard
Checkcombobox Problems
Hey, I have encountered a problem with the CheckComboBox in my project. The general use behind it is letting the user choose multiple answers which are later saved to a database so when the software is re-opened it can automatically re-enter users choices. The problem is that it does not. I have tried using both SelectedItem and SelctedItemsoverride. Neither work. As of now the problem causes possible duplicates in both (old values+new if same were chosen)
Hi, could you send a small code sample of how you are using the CheckComboBox and how you application reacts with the CheckComboBox ? Thank you.