how do you update a separate combobox text property with a listview SelectedItem property?
I have a full property called SelectedLocation in a view model that is bound to the combobox text property. I am trying to update this property with the selecteditem of a listview DisplayMemberBinding=”{Binding SelectedLocation}” . Every other control updates as the expected.
how do you update a separate combobox text property with a listview SelectedItem property?
I have a full property called SelectedLocation in a view model that is bound to the combobox text property. I am trying to update this property with the selecteditem of a listview DisplayMemberBinding=”{Binding SelectedLocation}” . Every other control updates as the expected.