Set the TabControl.Alignment property to TabAlignment.Bottom.
tabControl1.Alignment = TabAlignment.Bottom;
You can also change the tabs into buttons using the Appearance property and TabAppearance enums.
Set the TabControl.Alignment property to TabAlignment.Bottom.
tabControl1.Alignment = TabAlignment.Bottom;
You can also change the tabs into buttons using the Appearance property and TabAppearance enums.
Share with