We're working with the XamDockManager, and are changing some of the colors. We would like to change the header color of the active / selected tab.Using the following we can change the color of all the headers, however this includes the inactive ones.
<igDock:TabGroupPane.Resources> <Style TargetType="{x:Type igDock:PaneTabItem}"> <Setter Property="Background" Value="Red" /> </Style> </igDock:TabGroupPane.Resources>
See the attached image for the header we want to color.Thanks for your help!
Thanks. Currently very busy, with will soon check if it resolves the issue.
Hello,
Thank you for contacting Infragistics!
I recommend you see the following forum thread as it describes how you can achieve this behavior with a sample included:
xamdockmanager-how-to-clearly-distinguish-selected-from-unselected-tabs
Note you will want to grab the second sample.