I've just started evaluating the NetAdvantage for WPF controls and so far I'm very impressed. I'm developing an application that will make use of the xamRibbon and a number of xamDataGrid. The Office2k7Black theme gives all the Infragistics controls a nice look. However any of the standard WPF controls that I need to use do not pick up these themes. I presume that the themes contain styles that are applied to the Infragistics controls only, is this correct? Is there an easy way to apply the same styles as the Office2k7Black theme to the WPF controls? Or do I need to create a bunch of styles for each WPF control I want to use?
If I need to create these styles then is there an easy way of picking up the values of the Office2k7Black theme. For example font types, colors etc.
I'm also interested in hearing if theming of non-infragistic controls is now available ?
I'm also interested in hearing if custom theming is now available ?
Has support for theming non-Infragistics controls been added yet? It's been about 1.5 years since the last post. Thanks!
Hello,
Currently the Infragistics WPF themes are only targetting the Infragistics WPF controls. What you can do is to create a custom theme and use the same styles and brushes from another theme and add additional styles for the built-in wpf controls. You can see how to create a theme pack here.
I'm having the exact same problem. Since this is a pretty old thread I'm wondering if the latest version of the wpf controls has this ability, or some roundabout way of achieving it. Thanks.