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?
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.
Is there any resolution or workaround or fix for this issue? If not I'll go back to using vanilla MenuItem instead. Thank you.