Hello.
I'm using PRISM/Unity to write a modular WPF application. The main window (XamRibbonWindow) holds a XamRibbon with the global functions for the app (e.g a ribbon tab named "Start" with a ribbon group and some buttons). If a program module is loaded I would like to merge its functions in a new ribbon tab in the "global" XamRibbon of the application. In windows forms (MDI scenario) this was automatically done.
Is it possible to do this with the XamRibbon in WPF?If not, I have to place all tabs/groups/tools in the one and only XamRibbon, right? And if the corresponding program module is never loaded I have to hide/remove it from the ribbon. That would be no good approach for a modular application. If the XamRibbon doesn't support this at the moment is it planned to implement it in the future?
Kind regards,
Ralf
This is a showstopper for me. If this is not implemented yet I am going to have to return my wpf purchase.
There is no built in support for merging but you may submit a suggestion for adding this. You may be able to write your own such logic that takes the groups out of one ribbontab and adds them to the other tab's ribbon groups.