Hi,
I want to open an ApplicationMenu2010 backstage view from code: I have a backstage view with resources/help content that I want to open using the F1 keyboard key or by clicking on a help icon in the main Ribbon area. How do I achieve this?
Regards,
Leif
Hello Leif,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Thanks, I got it working now. Initially, setting IsOpen did not work as it displayed the first item in the menu. However, I discovered the InitialSelectedTabItem property, and setting this property before setting IsOpen solves my problem.
Regards,Leif
Thank you for your post. I have been looking into it and I can suggest you set the IsOpen Property of the XamRibbon’s ApplicationMenu2010 to true in order to show the menu . Please let me know if this helps you or you have further questions on this matter.
Looking forward for your reply.