Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
ComboBox in XamRibbon closes unexpectedly
posted

I have a custom control for use in the ribbon that incorporates a System.Windows.Controls.ComboBox. Everything works well unless the user clicks on the up or down arrows for the ScrollViewer in the dropdown of the ComboBox; this causes the ComboBox to close immediately as if the user had made a selection.

Users clicking on the up/down arrows of the ScrollViewer in the same control outside of the ribbon does not cause the ComboBox to close.

Can anyone help explain why this is happening and how to fix it?

Thanks!