Hi. I have window with RibbonBar that is imported from XML file in open event.
The RibbonBar contains an Application Button with menu and two Categories with panels, large/small buttons, etc. User should be able to access the Ribbonbar using both mouse and keyboard.
For keyboard access I can use 'Shortcut' property to trigger events for buttons, menu items, checkboxes. Also, I have to add shortcut description to 'Text' property, so that user knows keyboard combination (PowerTip only works with mouseover). But I have trouble finding the way to allow user to switch between Categories/Application using keyboard to browse for all options available.
How can I use keyboard to switch between Category tab pages in RibbonBar?
Regards,
Galina