Hello!
I have main RibbonForm with DocumentManager and TabbedView. My documents control is XtraUserControl with dedicated RibbonControl. I need to implement the following: when new Document is created and docked as Tab to TabbedView, I need to merge XtraUserControl Ribbon to main form Ribbon, but when user makes Document float, I need to unmerge it, so floating Document gets its dedicated RibbonControl back. When users switch to other documents I need to repeat the same algorithms - merge ribbon if document is docked and leave it in user control if document is floating.
How I can do that?
Thank you!