How to control tab size
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I feel like this should be an easy task, but I am having some issues. I have a tab control, call it tabControl1, and 8 tabs, call them tabPage1 - 8. The length of the text on each tab is different. I want to create a 'justified' look and put the tabs in two rows (similar to MS Word tools>options). I can adjust the padding, which changes the padding for all the tabs. But when I do this, the longer of the two rows appears to float. If anyone could give me some guidance on this or point me in the right direction I would appreciate it. Thanks in advance.