I have a combobox with an itemtemplate. I want to show tooltips for individual elements in the itemtemplate. I want to show them for the selecteditem while the combobox dropdown is not shown. I think the combobox is not allowing mouse events to get through
to the itemtemplate elements. Is there a way to make the combobox ignore mouse events that occur over the selecteditem itemtemplate?
Bill Swartz