Hello community!
After reading about the ThemeManager i added support to switch the theme during the runtime. I activate the theme with the following lines:
var metroTheme = new Infragistics.Themes.MetroTheme() { StyleMicrosoftControls = true }; Infragistics.Themes.ThemeManager.ApplicationTheme = metroTheme;
While the themes of all Infragistics controls on all tabs and panels (even on those in the background) are changed, I have problems with the supported WPF controls (like button, label,...). If the control is on a view in the background, it does not change its theme. Do I miss something about the changing of the theme?Attached please find a video with the described behaviour
Thank you for the information
Hi,
Thank you for your reply. Feel free to contact me, if you need any further assistance. It would be great, if you could isolate the issue in a simple sample application.
Hello Yanko!
I tried to reproduce the behaviour with the supplied sample. So far it is functioning as supposed. I have to further investigate the issue with the main application.
Thank you for your support.
Hello,
I am just checking if you require any further assistance on the matter.
Thank you for your post. I have been looking into your issue and I was not able to reproduce it. I am attaching a sample application(TabControl_Theme.zip) that I used for my tests. Could you please try to modify it in order to be able to reproduce the issue?
Looking forward to hearing from you.