Blankman
Blankman

Reputation:

Where can I find Visual Studio style tabs in either a built-in or 3rd party component?

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?

Upvotes: 1

Views: 324

Answers (2)

Filip Frącz
Filip Frącz

Reputation: 5947

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 =)

Upvotes: 2

Scott Dorman
Scott Dorman

Reputation: 42516

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

Upvotes: 1

Related Questions