How can I get the Tab Control to place the tabs at the bottom of the control and not at the top
Open the properties window go to property Alignment and set it to Bottom
6 years later, it is now
<TabControl TabStripPlacement="Bottom"/>
If you want to set the tab alignment programatically, take a look at msdn
// Positions tabs on the bottom of tabControl1
this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With