How to style a TabControl's TabItem without styling their ContentPresenters?
问题 I have a TabControl, and I apply a style to it in order for my TabItems' header to have no background nor border. My problem is that if I add a trigger for the selected one, the corresponding panel get styled as well. So if I choose to set the selected TabItem's foreground to Red, the panel's textblocks become red as well. Fun fact: it doesn't apply to Labels. I'm quite lost. Here's the XAML, that tests pretty fast in Kaxaml: <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml