HOW TO: Use and add ribbon to your WPF applications? (Part 6)

This part explains how to add application menu (Jewl / Orb) into WPF ribbon control. I am explaining how to add list of recent files, menu commands (including SplitButton type and cascading menu structure), separator as well as Exit and Options button in the application menu footer part.

HOW TO: Use and add ribbon to your WPF applications? (Part 5)

Going deeper into adding and organization of controls in ribbon. How to add split button with drop-down menu and combine it with 3 smaller buttons while implementing resize behavior in WPF ribbon? What about group collapsing in WPF ribbon? Everything is covered in this article.