Can anyone recommend an advanced .NET TabControl with native look and feel?

.net, tabcontrol

Solution

We used this one. XtraTabControl But it is a paid software :)

Problem

I'd like to get a .NET TabControl with a few extra features, such as: - Close button for tabs; - Context menus for tabs (with close this, close all, close all but this) - Tab re-arranging; - Tab scrolling/resizing when there are too many tabs; I'd also like for the control to maintain the native OS look and feel. And, naturally, freeware wins over paid software. :)

Original source