Hello there,
i´m using the ultratoolbarsmanager and i want use it with ribbons.
now my question is simple: how can i add WITH CODE a ribbongroup within a tab?
i thought somethin like mymanager.Ribbon.Group.Add() but there isn´t something like that or i just found nothing.
thanks for help
regards
Cloud
Hello Cloud,
You could do this with the following code:
ultraToolbarsManager1.Ribbon.Tabs.Add("1"); ultraToolbarsManager1.Ribbon.Tabs["1"].Groups.Add("1");
ultraToolbarsManager1.Ribbon.Tabs.Add("1");
ultraToolbarsManager1.Ribbon.Tabs["1"].Groups.Add("1");
I also attached a small sample project demonstrating the above said.
Please feel free to let me know if I misunderstood you or if you have any other questions.
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.