WPF combobox loses Aero theme when using a style trigger
- by Greg R
I am using style triggers to change combo box to texbox if it's readonly, but for some reason when I apply the style, it cause the combobox theme to change from Aero to Windows Classic (the theme I currently have in use on my PC). Can I avoid this somehow? Here is my code:
<ComboBox ItemsSource="{Binding Source={StaticResource AllCountries}}"
…