Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Is there an "out of the box" way to create a tab control that works similar to the one in the Visual Studio 2010 IDE?

I want to have a Close "X" on each tab page and a button at the end to list all of the tabs. I would also like to be able to undock the tabs and drag to multiple monitors.
Posted

Have you looked on Codeplex for code that does it? BTW, VS2010's UI was done with WPF. It should be fairly simple to duplicate the functionality.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 2-Mar-11 18:26pm    
I would say, AvalonDock (see my Answer). And it is not simple to duplicate such functionality, I think.
--SA
Tabbed interface in not a problem, this is a regular control TabControl.

I think you're asking about docking interface like in Visual Studio, not just a tabbed part of it. The closest thing I know is AvalonDock for WPF: http://avalondock.codeplex.com/[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900