Browse By Tags

  • Styling XamDataGrid by extending an existing control theme

    Hi, I want to use one of your themes (RoyalDark) in my solution, but I want to do some minor modification to the theme, such as colors.

    I've tried the Resource Washer, but that adds color to way too many elements and does not look good.

    I've tried…

  • Best Practice: How to set window background color used by theme

    Hello,

    what is the best way to set the window background color used by the theme? I don't want to hardcode that value.

    E.g. DarkMetro theme needs a almost black background color. See attached picture.

  • What’s New in Infragistics WPF 14.2

    Try to think of your top three movie sequels.  Which ones come to mind?  Having trouble?  Well, that might be because it’s not often that you find a sequel that is just as good, if not better, than the first.  Well, grab your popcorn, your drinks, and…

  • ThemeManager.CurrentTheme causing FrameworkElements to unload

    Hello,

    I'm seeing an issue whereby when we set the theme in our application as follows:

    ThemeManager

     

    .CurrentTheme = theme;

    where 'theme' is one of your preset themes - some of our controls seem to become unloaded. For example, combo boxes…