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
195
XamMultiColumnComboEditor with ResouceWasher - Not applied the Resourcewasher
posted

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

MouseEvents_XamDataGrid.zip
Parents
No Data
Reply
  • 6759
    Offline posted

    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.

    Hope this helps,

    MouseEvents_XamDataGrid.zip
Children