I have a tabbed tab (cf).
The tabs are too small ... can someone tell me how I can make them bigger?
Increase TabControl font size. It takes care of the height. If they are not wide enough, add more text to them. Or set the SizeMode property to Fixed.
The tab size is set by the ItemSize property in the tab control.
ItemSize
Change the ItemSize property in the properties window. You can change the width and height of the tabs using this property.
Changing the SizeMode property to FillToRight \ FillToLeft does the trick. Then you can increase the font, and the height and width of the tab will increase.