I am trying to select/deselect XamComboEditor item upon mouse hover and by pressing Space key.
Requirement :
1) Hover mouse pointer on XamcomboEditor item
2) Pressing Space key should select/deselect that particular item
3) I want to select multiple items in the above mentioned way
Hello Bindu Doradla,
I have taken a look at the requirements you have and what you could do is to handle the XamComboEditor's PreviewKeyDown event and the MouseEnter and MouseLeave events for ComboEditorItemControl style.
Please take a look at the attached sample and let me know if you have any questions on this matter.