A Alberto Jul 1, 2004 #1 How can I do to show the tabs in a TabControl in the botton of the control? Thank you.
S Shakir Hussain Jul 1, 2004 #4 You can change the Padding property in tabcontrol this.tabControl1.Padding = new System.Drawing.Point(8, 3); If have text in the tab page, padding will adjust according to text
You can change the Padding property in tabcontrol this.tabControl1.Padding = new System.Drawing.Point(8, 3); If have text in the tab page, padding will adjust according to text
A Alberto Jul 1, 2004 #5 Sorry but it doesn't work. The width of every tab is still the same (very big).