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
590
Keyboard (tab) navigation in Ribbon
posted

Hi,

As I understand, tab navigation in ribbon is available only after Alt key is pressed. Is there a way to turn this mode from code? I have some TextBox controls in ribbon group and I want user to be able to navigate between them using keyboard.

Thanks

Parents
No Data
Reply
  • 1935
    posted

    Hello Anton Golovanov,

    Currently XamRibbon does not have a method that can activate a tab navigation (displaying the keytips).

     I am not completely sure what your requirement is, but if you want to turn on the Alt key in code, SendKeys.SendWait could be used but System.Windows.Forms assembly should be added into the project.

    If your requirement is that Alt is not allowed in your application, as an alternative,  pressing F10 displays the keytips.

    Please take a look at the attached sample and let me know if I have misunderstood your requirement.

    XamRibbon_TurnOnAltInCode.zip
Children