Hi Amit,
Thanks for using Essential Tools.
Currently it is not possible in our TabControlAdv to split the tab pages. However I have created two samples regarding your requirement using DockingManager:
Sample 1:
1. There are three user controls, TabCotnrolAdv and DockingManager.
2. Each view placed in a separate usercontrol and the third user control is the common for the other two user controls.
3. The third user control has other two user controls docked by the DockingManager with the ShowCaption property set as false and DockToFill Mode is set as true(This shows a view like two controls separated by a splitter).
4. This user control is added to the TabPage in Main form and the visibility of the child usercontrol is control by SetDockVisibility method of the DockingManager.
5. Please try to select the different options using Option menu.
Sample1
Sample 2:
1. There are two panels(views) , DockingManager.
2. The two panels are enabled for docking and they are docked as tabbed group with DockTabAlignment property to Top.
3. Views are selected by the ActiivateControl method of DockingManager. When both View option is selected, the two controls are removed from the tab group and dock to the main form to show them side by side.
Sample2
Please refer the samples and let me know if it helps.
Regards,
Vijay