
I have a ribbon popup that contains some one else's ComboBox. The problem is that its drop down button closes the popup. Since its not your control, it does not have a StayOpenOnClick property. Is there a way to prevent this? I have StayOpenOnClick=True on the popup, but this doesn't do any good.