Kinnara / ModernWpf

Modern styles and controls for your WPF applications
MIT License
4.45k stars 446 forks source link

ComboBoxForeground doesn't work if combobox is editable #503

Open SioGabx opened 2 years ago

SioGabx commented 2 years ago

Hello, the property ComboBoxForeground doesn't work when combobox is editable.

For example in the SampleApp, i have put this :

<SolidColorBrush x:Key="ComboBoxForeground" Color="Red" /> in the App.xaml

And i obtain this (in this image we see that the editable combobox is still white) :

image

Thank you in advance for your help and sorry for my bad english !