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
785
Interplay Between XamRibbon and WPF Popup?
posted

Hello All,

In the discussion below, please assume the following definition exists in xaml:
xmlns:igRibbon="http://infragistics.com/Ribbon"

My application as an "About" Popup (a WPF System.Windows.Controls.Primitives.Popup). I set StaysOpen on this Popup to false so that the user need only click outside of the Popup to close it. This Popup is launched with an "About" button.

When I place this button inside igRibbon:ApplicationMenu, the Popup cannot be closed by clicking outside of it. If I place the button anywhere else, it closes just fine.

So, it appears that igRibbon:ApplicationMenu somehow intereferes with the proper functioning of a Popup. How can I prevent this?

Thanks,
Dave