Hi,
In our application we have different departments like sales,production,purchase etc.In the Main Window i will have a RibbonTabItem for each department.Development happens in each department.What i want to do is that i will ask each department to create xaml file like "SalesMenu.xaml","ProductionMenus.xaml" etc.In the main window i want to add RibbonTabItem with the Menu Items from SalesMenu.xaml.I mean i need to just dynamically load RibbonGroup from SalesMenu.xaml and DepartmentMenu.xaml in the main window.
Is it possible?
Thanks,
R.Ramesh Babu.
It works i tried with UserControl and loading the user control to the Content Property of the RibbonGroup.