I have a base form containing an Ultra Explorer Bar in Outlook Style Presentation Mode
on the base form, the UEB already has pre-defined groups Such as "Administration"
the form is then inherited, on the inherited form I can add new items and new groups, but I cannot add new items to the inherited groups (such as Administration)
Is it possible to add items to the inherited groups, or is this some restriction which means the base groups are fixed in the base class
Actually it appears that I can't add new groups or items to the inherited UEB, they are there in the designer, but you only see the original inherited groups at runtime
Hello ,
I have tried to reproduce your issue, so I have created a solution and added base form. I added UltraExplorerBar to the base form and added some tab and items to the UltraExplorerBar. I have set Modifiers property of UltraExplorerBar to public. Then I built my application and after the built I added to my solution inherited form, which was derived from my base form. I have tried to modify the tab and the items of the derived UltraExplorerBar and everything works fine. I am attaching my test sample and also a video of my test. I am using Infragistics 11.2 and visual Studio 2010 SR1. Please let me know if I am missing something.
Please let me know if you have any further questions.