In most modern web browsers, it’s possible to drag page headers outside the browser to create a separate external window. This example demonstrates how this functionality can be implemented for the XtraTabControl.
Question Comments
Added By: Zachary Prezioso at: 1/14/2016 11:49:44 AM
Would it be possible to make it work both ways?
In other words could you drag one window with tabs into the other and add the tabs that way? I'm looking for something that functions similarly to the way Google Chrome handles it.
Thanks,
Zach
Zach,
Have you looked at the TabForm class (https://documentation.devexpress.com/#WindowsForms/clsDevExpressXtraBarsTabFormtopic)? I think this might offer you the functionality that you are looking for. If you view the WinForms Browser demo in the Demo Center, I think you'll see that it allows you to drag a tab away to create a new form, and then drag other tabs into that tab to be docked, much like Google Chrome.
Added By: Zachary Prezioso at: 1/14/2016 1:24:48 PMHi Brendon,
Thank you, I did not know about that. I will take a look at it.