Hi, I'm currently styling my application, and I noticed something puculiar within the themes. You can see what I mean by looking at the samples within the Infragistics WPF Feature Browser.
If you look at the sample in: xamComboEditor > Styling > Theming and select the Office 2010 Blue, you will notice a blue scrollbar when you open the combobox.
But, when you look at the sample in: xamSchedule > Styling > Schedule View and select the Office 2010 Blue, you will see a silver / gray scrollbar on the bottom.
Is there a mismatch in the Office 2010 Blue theme for the xamSchedule compared to other controls? Most of the other controls seem to match the blue-ish look like the one in the combo editor. Is it possible to get the xamSchedule to look that way? Are the themes not matching or am I doing something wrong?
Regards, Stefan
Hi Maria,
In my opinion all controls should look the same if they are set to the same theme, regardless of the technique that is used behind it.If different controls have different colors, then what is the purpose of a theme anyway?
But OK, even though I disagree, my question is answered.
Hi Stefan,
Every style and theme are set for each control in a resource for that control so there could be differences between the displayed colors of the elements of different controls. If you need to change the default colors of the XamSchedule you could use a ResourceWasher. Here is additional detail regarding its use: http://help.infragistics.com/Help/Doc/WPF/2013.2/CLR4.0/html/xamSchedule_Using_Styling_WashingColorSchemes.html.