Hi,
I try to setup the headrer font size but it overflows on the other tabs.
What do I miss in my code?
<tabview:SfTabView IsScrollButtonEnabled="True" DisplayMode="Text">
<tabview:SfTabView.Items>
<tabview:SfTabItem SelectionColor="{StaticResource BlueColor}" TitleFontSize="20" Title="{extensions:Translate Category Masters}">
<tabview:SfTabItem.Content>
Thanks,