Hello, I have a RadTabControl with several RadTadItems, I've created a style for each RadTabItem to assign different colors to the headers:
Is it possible to assign the same color of the header when the RadTabItem is selected?
Thanks in advance,
Alberto
<Style TargetType="telerik:RadTabItem" x:Key="TabItemStyle1"> <Setter Property="Background" Value="Red"/></Style>Is it possible to assign the same color of the header when the RadTabItem is selected?
Thanks in advance,
Alberto