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
185
ThemeManager.CurrentTheme causing FrameworkElements to unload
posted

Hello,

I'm seeing an issue whereby when we set the theme in our application as follows:

ThemeManager

 

.CurrentTheme = theme;

where 'theme' is one of your preset themes - some of our controls seem to become unloaded. For example, combo boxes (both yours and standard WPF) would not show the popup (or popdown). When debugging I could see that the controls which were not responding have the property 'IsLoaded' set to false.

If the theme is set for the application, are you unloading controls in the background?

Thanks in advance.

 

 

Parents Reply Children
No Data