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
345
Arrow navigation issues on ToolMenuItem
posted

I have a XamRibbon with several MenuTool inside.

Below is my sample codes:

<igRibbon:MenuTool igRibbon:RibbonGroup.MaximumSize="ImageOnly"
ButtonType="Segmented" KeyboardNavigation.DirectionalNavigation="Cycle"
Click="MenuTool_Click">
<igRibbon:MenuTool.SmallImage>
<BitmapImage UriSource="/WpfApplication2;component/Resources/rebalance_session_16.png" />
</igRibbon:MenuTool.SmallImage>
<igRibbon:ToolMenuItem Header="h1"/>
<igRibbon:ToolMenuItem Header="Hello1" />
</igRibbon:MenuTool>

but when i try to use up/down key to navigation among the tool menu item, the focus and highlight are messed up.

Any ideas about this please?

Parents Reply Children
No Data