Based on discussion https://wpftoolkit.codeplex.com/discussions/640580.
Changing Foreground on CheckComboBox doesn't change the Foreground color.
Comments: ** Comment from web user: BoucherS **
Changing Foreground on CheckComboBox doesn't change the Foreground color.
Comments: ** Comment from web user: BoucherS **
Hi,
This will be fixed in v2.8.
In the meantime, go in file :
-Xceed.Wpf.Toolkit/CheckComboBox/Themes/Aero2.NormalColor.xaml (for Windows 8)
-Xceed.Wpf.Toolkit/CheckcomboBox/Themes/Generic.xaml (for other Windows)
In tag :
TextBox x:Name="TextBox"
Add :
Foreground="{TemplateBinding Foreground}"