Hi, I'm using your great Ribbon in Office2010 mode and am stuck on one thing:
In my application menu, I have several subpages via embedded Frame:
.... <igRibbon:XamRibbon ApplicationMenuMode="Office2010" Theme="Office2010" Name="MyRibbon"> .... <igRibbon:ApplicationMenu2010 Caption="Start"> <igRibbon:ApplicationMenu2010.Items> <igRibbon:ApplicationMenu2010Item Header="Start"> <igRibbon:ApplicationMenu2010Item.Content> <Grid Margin="20,0,0,0"> <Frame Source="Start.xaml"></Frame> </Grid> ....
In Start.xaml, for example, I am listing some items. What I would like to do is to link from Start.xaml to the first RibbonTab, so that if a user double clicks an item in Start.xaml, the RibbonTab x opens.
I know how to open the ApplicationMenu2010 by default and how to select a RibbonTab via .SelectedTab = x, but the problem is that I have no reference to MyRibbon from Start.xaml because it is a totally different page. So how can I link an action in Start.xaml to an action in MyRibbon ?
Thank you very much for your help!
Hello Kurt,
Thank you for the feedback. I am glad I was able to help.
Thank you Gergana, I've managed to implement the navigation.
Thank you for your post!
I have been looking into your question. What I can suggest is to take a look at the following link, where you can find more information on page navigation:
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh771188.aspx ,
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh757631.aspx .
Please do not hesitate to let me know if you have any further questions on this matter.