WPF ComboBox TemplateBinding to selected value
- by Greg R
I'm trying to create an editable textbox via a drop down of selected values. Basically in Red Only mode I want the drop down to be a disabled textbox. It works fine when I do this with SelectedValue but when I need it to display the dropdown text and not the value. This is what I have:
<Style x:Key="EditableDropDownValueOnly"…