Seems like a silly thing, hiding the tabs on a .NET TabControl. but it's a little bit of a trick
Me
.TabControl1.Appearance = TabAppearance.Buttons
.TabControl1.ItemSize =
New
Size(0, 1)
.TabControl1.Multiline =
True
.TabControl1.SizeMode = TabSizeMode.Fixed
Seems odd, I know, but it works