Programmatically untabing the tab via DockingManager

Good Morning,

Can you please advise me on the following issue:

Is it possible to programmatically untab a tab via the DockingManager and make it a floating window or something?

Thanks in advance

Ed

1 Reply

GR Golda Rebecal Syncfusion Team March 16, 2007 11:19 AM UTC

Hi Ed,

Yes. It is possible to programmatically float a tabbed control. Here is the code snippet that illustrates the same.

//To float a control that is tabbed
if (this.dockingManager1.IsTabbed(this.panel2))
this.dockingManager1.FloatControl(this.panel2,this.panel2.Bounds);

Please have a look at the attached sample and let me know if you need any further assistance.

Thanks for your interest in Syncfusion products.

Docking

Best Regards,
Golda

Loader.
Up arrow icon