1
votes

I'm writing a prism application and would like to integrate Ribbon library in it. I want a Ribbon Window that would be used as a Shell with office-like tabs and tab groups. The modules should be loaded on demand depending on the tab selected by user. I don't want the tabs to be located in a region if this is avoidable. So I created a Ribbon window and some regions and get all kind of errors (cannot resolve dependency object, etc.). Is there somewhere a good example of such application or a tutorial? How to load the modules depending on the user's choice?

I started this thread but I didn't get an answer that could help me.

Thanks for any help and suggestions.

2
Which Ribbon implementation are you wanting to use in this application?Brad Leach

2 Answers

0
votes

Have you implemented a RegionAdapter for the Ribbon? (I'm guessing you're trying to fill the Ribbon dynamically with a Region attached property)

See this link for details.

0
votes

Make your shell a RibbonWindow and if you need commands over the whole application you can create applicationcommands.