Hello,
In an existing application, we have an UltraTabControl, with several tabs . The users want to be able to detach the tabs, for example to be able to see 2 tabs in an horizontal way.
I cannot touch the main form to change it to a MDI container.
I also need to keep this UltraTabControl as it is linked to many things.
I have read about WinDockManager, but I do not see how to 'apply it only' to the UltraTab, and without impacting the main form container.
To be more precise, this UltraTab is in Docked into an UltraPanel: I can do whatever I want inside this Panel, but nothing more (the rest of the solution is not in my perimeter of action).
Any idea? Thanks
Pierre
Hello Pierre,
The TabControl does not function this way, and the DockManager allows for entire control to be docked and placed in panes accordingly that can be floated, grouped etc. It's to my understanding this this topic has been previously discussed here:
http://es.infragistics.com/community/forums/t/53369.aspx
Please let me know if you have any questions regarding this matter.