views:

127

answers:

2

I want to get Visual Studio style tabs (you know, the ones where you can tab through the currently opened files).

Is there a 3rd party component that does this?

How hard would it be to do myself?

+2  A: 

Try http://devexpress.com/free - they have a bunch of cool looking, high quality WinForm controls. The one you will probably be most interested in is XtraTabControl.

They are FREE, which is the best part =)

Filip
+1  A: 

Divelements SandDock is the best choice for me. The controls are very targeted, simple to work with and well documented.

Scott Dorman