Tab control with no visible tabs
- Set SizeMode to Fixed.
- Set ItemSize to 0,1. The control won't let you set a size of 0,0, but 0,1 seems to have the desired effect.
- Set Appearance to Buttons. This removes the tab control border.
Update - One limitation with this approach is that you can't easily change the background color of a tab control. So if you want, for example, a white background on your form, you're out of luck.