Search code examples
wpfprismribbon

WPF Prism and Ribbon samples/tutorials


I'm looking for a WPF prism with ribbon application samples and tutorials. I have found many that cover prism or ribbon but only a few sources provide any information about implementating those two together in one application. No course code usually in available tough. An example with a few simple modules and a classical ribbon tab control would be perfect for me to start.

Thanks for any help.

Regards, Enzo.

Edit: I should add that by combining the two I want to be able to load different modules depending on the ribbon tab selected by user.


Solution

  • You can find some info on a customized region adapter for the WPF Ribbon Preview here.

    Regarding the loading of modules on demand in Prism, here is another link to MSDN, covering the topic.