My Entire application is looking great with the resouce-washer provided by infragistic. its looks good.
I am using XamMultiColumnComboEditor in my WPF controls but its not taking resource-washer washcolor.
I am sending my sample code with this mail. Please let me know how to fix it.
Thanks,
Paresh Patel
XamDialogWindows is also one of those shared controls. So you need to add the theme file for the DialogWindow to the dictionaries of the resource washer as you have done but have it commented out. So you need just to uncomment that line.
I've attached modified sample.
Hope this helps,
Thanks for your immediate response. it solve my problem.
But new problem, its not applying on XamDialogWindow. Can you please take a look.
I have slightly changed the sample app. but its giving me error if I add xamdialogwindow as a style.
Hi Paresh Patel,
since XamMultiColumnComboEditor is a shared(cross-platform - it's available for SL & WPF) its themes are applied as ResourceDictionaries that you need to add to your project and merge those dictionaries to the merged dictionaries of the ResourceWashes.
You could get more details about the themes at this help page.
Probably another useful resource would be Mihail's blog post on ResourceWasher and themes.
I've updated your project so the XamMultiColumnComboEditor will get washed. Note that I've used the theme files for 13.2 against the WPF 13.2 assemblies. You need to include the theme files corresponding to your controls version. They are located at C:\Program Files\Infragistics\2013.2\WPF\Themes if you have installed the product at its default location.