Hi
I tried to find out something in the IG.XamRibbon.xaml to change the backgorund strip of the TabControlHeader but nothing. How can I do this ??
Thanks
Sorry i saw your email but i forgot to reply.
Your suggestion worked perfectly, that was what i was searching for,
Thanks you very much
Bye
Hello jadugar,
I was just wondering did you have a chance to try my suggestion. If you still need any assistance on the matter, please do not hesitate to ask.
I have been looking into your questions and I can suggest you copy the default style for our RibbonTabControl and modify the background color of the element for the area that you pointed. In order to do so you can just copy the default style from the following file:
C:\Program Files (x86)\Infragistics\NetAdvantage 2012.1\Silverlight\Themes\IG\ IG.xamRibbon.xaml and change the background color for the upper grid:
<Style x:Key="igRibbonTabControl" TargetType="igPrim:RibbonTabControl">
<Setter Property="Background" Value="{StaticResource TransparentBrush}"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="igPrim:RibbonTabControl">
<Grid Background="Pink" >
…
If you need any additional assistance with this matter please feel free to ask.
Please guys help me out with this problem .