Hi,
I have an WPF app where I would like to allow the user to go back/forward in a particular control using the Left/Right arrow keys. However, I don't want the menu to get selected at the same time (this happens) - similar to be working in Excel, when the user moves around with the arrow keys, it should not affect the menu to be selected.
Is there a way to disable keyboard navigation in the menuAdv menu?