WPF - TabItem MouseOver not working as intended
问题 I have an issue with the IsMouveOver trigger with a TabItem Element. When the mouse cursor is on a TabItem, its background color changes, which is what I want => It works. However the background color of the TabItem also changes whenever my mouse cursor is on an item inside the TabItem. Here's the XAML related to the styling: <Style x:Key="SupTest" TargetType="{x:Type TabItem}"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="{x:Type TabItem}"> <Border Margin="2" Name