Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
350
XamRibbon.Tabs Dynamic Xaml
posted

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.

 

  • 350
    Verified Answer
    posted

    Hi,

    It works i tried with UserControl and loading the user control to the Content Property of the RibbonGroup.

     

     

    Thanks,

    R.Ramesh Babu.