I'm using WPF ComboBox. When popup is opened and user clicks somewhere outside, popup closes. But I would like to leave popup opened and bypass standard behavior of the ComboBox in this case. I found here a solution. It is suitable for bypass the standard behavior of ComboBox, but the popup still closes. If I trying to set in this time ComboBox.IsDropDownOpen=true, my application crashes with error "Cannot reopen a popup in the closed event handler".
Have you any ideas how to solve this problem? Thanks!