Microsoft Communities

Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

How do I make the tabs in a TabControl appear on the bottom instead of the right?

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.

Contributed from George Shepherd's Windows Forms FAQ



Page view counter