I am using MahApps
TabControl
and i have several TabItems
:
<TabControl Name="tabControl" FontSize="12">
<TabItem Header="Statistics" />
</TabControl>
I try to change the font
size of the TabControl
and TabItems
in order to resize my headers but it seems that this not changing anything.