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
905
XamRibbon Theme Problem
posted

Hello,

I want to change the theme of the XamRibbon and all the items from infragistics. I did it with binding theme proporties of all the infragistics component classes to my String Theme Property. But Ribbon theme does not change for some themes (Luna Olive, Luna Silver, Royale...) Is there any way to write a custom theme and change the theme of the ribbon to my custom theme when i select these themes. For example when i select Royale Theme, my CustomTheme for ribbon will be set to XamRibbon. Or do you have any plan to add these themes for XamRibbon?

Parents
  • 69686
    posted

    Hello,

    If you want to set themes to all of our controls at the same time, you should use the ThemeManager class to do so and set the CurrentTheme property. We do not recommend doing this with a Style setter.

    I am attaching a small project with this functionality. Please note that not all of our controls support all of the themes. You can request this or new themes here, or see how to create your custom ones here.

    ThemeSetting.zip
Reply Children