Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CF - TabControl - how to make the tabs bigger?

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

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

like image 492
no9 Avatar asked Nov 29 '22 18:11

no9


2 Answers

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.

like image 144
Hans Passant Avatar answered Dec 16 '22 12:12

Hans Passant


The tab size is set by the ItemSize property on the tab control.

like image 32
user4016062 Avatar answered Dec 16 '22 11:12

user4016062