Hi all,
Still there is no region adapter for the Ribbon control in NCAL... It has not been updated for awhile...
My question is what do you use for navigation if you develop using Prism. It looks like in this case you skip the Ribbon (unless you wrote your own region adapter for it) and resort to using basic WPF controls for navigation.
What are your approaches/solutions?
-g8r
Hello,
Do you have the the solution for the Ribbon Region Adapter? If you do , can you send me an simple example code ?
Thank you very much!
Please find the attached file with a sample implementation of a region adapter for the XamRibbon.
I've implemented your RegionAdapter for the RIbbonTab, but I'm a little confused on how my XAML should look. Do I register the entire ribbon control tab as the region? Can you provide a sample of your XAML markup?
Thanks in advance,
As you have implemented a RibbonTab Region Adapter, then you need to makea specific RibbonTab a Region, just like you do with the XamRibbon and the XamRibbonRegionAdapter:
<igRibbon:XamRibbon x:Name="mainRibbon" cal:RegionManager.RegionName="MenuRegion"/>
where cal is the namespace : xmlns:cal="http://www.codeplex.com/CompositeWPF"
Thanks for the quick response. I was just about to post that I figured it out. But thanks you guys rock