
I have a ribbon Menu whose last item is a PopupButton where the PopupContent is a StackPanel consisting of two Ribbon Buttons. Using the keyboard I can press the right arrow on the PopupButton to expand the submenu and enable selecting either of the two Ribbon Buttons. However, unlike Visual Studio, I cannot collapse the popped up submenu with the left arrow. Is there a setting I am missing here?