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
40
shortcut key with xammenu
posted

I am just getting started with infragistics and wpf. I have created a xammenu and want to have the first letter of the menu items be a shortcut key to execute the menuitem. I know in the wpf menu I precede the header with an underscore, but that doesn't work for the xammenu - is there a way to do this with xammenu?

Parents
No Data
Reply
  • 69686
    posted

    Hello,

    Access keys in WPF are associated with a control by setting the ContentPresenter.RecognizesAccessKey property. I took a look at the default template of the XamMenuItems and they are not using this propert (the default styles you can find in the DefaultStyles directory in the Infragistics folder (ProgramFiles)).

    I have created a support case on your behalf (CAS-50555-0N264V - linked to development issue 36558) so that you can be notified when this is resolved and the service release is out. You can keep track of your support requests from this page.

Children