PS
Prakash S
Syncfusion Team
February 7, 2003 05:28 PM UTC
Hi Bruno,
Invoke the DockingManager.FloatControl() method on one of the controls within the tab group. This will remove the particular Control from the docked group and float it using the specified bounds. Now call the DockingManager.DockControl() method on each of the remaining Controls in the tabbed group, using the initially floated Control as the 'parent' and 'Syncfusion.Windows.Forms.Tools.DockingStyle.Tabbed' for the 'style' parameter.
Prakash
Syncfusion
PS
Prakash S
Syncfusion Team
February 7, 2003 05:34 PM UTC
Hi Bruno,
Invoke the DockingManager.FloatControl() method on one of the controls within the tab group. This will remove the particular Control from the docked group and float it using the specified bounds. Now call the DockingManager.DockControl() method on each of the remaining Controls in the tabbed group, using the initially floated Control as the 'parent' and 'Syncfusion.Windows.Forms.Tools.DockingStyle.Tabbed' for the 'style' parameter.
Prakash
Syncfusion