Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing Tabs to different font sizes

Status
Not open for further replies.

kgreer

MIS
Jul 18, 2003
155
0
0
US
Alright, this might be simple, but I am not able to figure it out. I have a Maintab with six tabs on it. I am wanting the font size of Tabs 1,3,4 to be bigger that the other three. Any help is appreciated.
 
Hi,

are you using WPF?
In WPF you can assign each TabItem an individual FontSize. Youhave to add the Attribute FontSize to the TabItem-Tag in XAML.


In forms, I do't any way toassign each tab a different size.

cu Kostarsus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top