Make the tabs invisible on a .NET TabControl

Seems like a silly thing, hiding the tabs on a .NET TabControl. but it's a little bit of a trick

Related Articles

... and you 'll find more on the NET Development Menu

Me.TabControl1.Appearance = TabAppearance.Buttons
Me.TabControl1.ItemSize = New Size(0, 1)
Me.TabControl1.Multiline = True
Me.TabControl1.SizeMode = TabSizeMode.Fixed

 

Seems odd, I know, but it works



RealWorldCode gives developers practical, real‑world solutions with clean, working code — no fluff, no theory, just answers.
Links
Home
Knowledge Areas
Sitemap
Contact
Et cetera
Privacy Policy
Terms and Conditions
Cookie Preferences