Hi there,
"old" XamComboEditor from WPF3 provides a "Theme" property to set a theme. The current XamComboEditor (WPF4 v13.1) does not have such property.How can I set a theme to this control? Sorry, I´m pretty new to this.... ;)
Thanks,
Daniel
Hello Daniel,
Thank you for your post. I have been looking into it and I can say that only the WPF controls has Theme Property. The cross-platform ones doesn’t have and there you should create a Style for each component. We also provide a Tool (Color Tuner), which makes this for you. Here you can find more information how to use it:
http://help.infragistics.com/Help/NetAdvantage/WPF/2012.1/CLR4.0/html/Using_XAML_Color_Tuner.html
and
http://help.infragistics.com/Help/NetAdvantage/WPF/2013.1/CLR4.0/html/Creating_And_Applying_Color_Tuning_Configurations.html
Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Hi Stefan,
thanks a lot! Your tips saved me a lot of work! And helped me understanding that there are 2 different types of controls (WPFonly and SharedXaml).
I´m using the SharedXaml controls now cause I need the automcomplete feature for the XamComboEditor (which is unfortunately not supported by the WPFonly XamComboEditor). Using the ColorTuner tool it was quite easy to apply a theme to the controls and everything is working now :)
Thanks again,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.