views:

32

answers:

1

I have a tab control with tab pages (cf).

The tabs are too small ... can some1 tell me how can i make them bigger?

+2  A: 

Increase the size of the TabControl's Font. That takes care of the height. If they are not wide enough then put more text in them. Or set the SizeMode property to Fixed.

Hans Passant