Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
XamDockManager / PaneTabItem change the header color of the active tab
posted

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!

Parents
No Data
Reply Children