Hi,
I've looked on the forum and found nothing about it so i'm posting a question in here. Is there a way to host a Ribbon in a userControl? I've got a mainform and having a bunch of usercontrols load and switched from/to and want to display the contextual RibbonTool merged into the main form ribbon.
As soon as i try to activate the Ribbon on a UserControl host and tells me that it require a form to be hosted, is there a way to bypass this issue? I simply need a way to design my ribbon tools for that userControl and merge it with the main ribbon at runtime.
Thanks a lot!
There is a screenShot; I hope that will help ..
thx
Hello,
I am not sure what are your requirements. Could you please provide a screenshot/picture of what you are after? Also, here are the supported features of our merging functionality:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/WinToolbarsManager_MDI_Ribbon_Merging.html.
Please do not hesitate to contact me if you need any additional assistance.
No there is no mdi structure .
My main FORM contains an UltraDockManager..
I have a Ribbon in an UserControl, another Ribbon in a main form, in which i load my UserControl at the runtime i want to merge the two ribbons each time i load a new UserControl. ?
Thx
Hello Lahmar,
Do you have an Mdi structure? As far as I can understand, you want to have a Ribbon in an UserControl, another Ribbon in a form, in which you also place the UserControl and to merge the two ribbons. Is that right?
How i can merge my ribbon in the Usercontrol by the ribbon in my main form ?