Closed Cellus250 closed 1 month ago
@Cellus250 AutoCompleteComboBox
is basically ComboBox
with IsEditable=True
except for behaviors. WPF combobox doesn't seem to support Background
. (You could use ControlTemplate or something maybe?)
<ComboBox IsEditable="True" IsTextSearchEnabled="False" ItemsSource="{Binding Items}" Background="Blue" />
Okay, that makes sense. Thanks for the support.
Hello thank you for the control. It works great. However, I have been unable to apply a background color to the control using the Background property.
Is there a certain way this needs to be set or overridden?
Thanks.