I want to implement a Ribbon
control (Microsoft or Fluent Ribbon) in my main form in my WPF app. Most of the ribbon controls (more than 95%), grouped in tabs and groups will just open other windows. The ribbon control will contain a lot of buttons (more than 60).
What would be a good approach to follow, in respect to MVVM pattern? A pointer to a little tutorial would be nice, since I am just starting with Caliburn and MVVM.
Thanks!