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
275
xamRibbon tab panel background color change
posted

Hi,

I need to change the background color of xamRibbon's tab panel area. I have refered the style written for xamRibbon in RibbonGeneric.xaml file however not finding the place where I can change the background color.

Can anyone please guide me on this.

Thanks in advance.

Thanks,

Ashish

 

 

 

Parents
  • 138253
    Offline posted

    Hello Ashish,

    Thank you for your post. I have been looking through it and I suggest you retemplate the style for xamTabControl. You can find it in the DefaultStyles folder which is installed by default here: C:\Program Files (x86)\Infragistics\NetAdvantage 2010.3\WPF\DefaultStyles  and in it you can use:  \Ribbon\RibbonGeneric.xaml file to copy the style. In it you can change the Background Property of a Border named “innerContentBorder” to achieve your goal.

    If you have any further questions on this matter do not hesitate to ask.

Reply Children