Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WPF Prism and Ribbon samples/tutorials

Tags:

wpf

prism

ribbon

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.

like image 372
Enzomatric Avatar asked Dec 28 '22 12:12

Enzomatric


1 Answers

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.

like image 176
Christoph Lupprich Avatar answered Jan 16 '23 10:01

Christoph Lupprich