Hey Team,
I have a question want to ask for advice. I'm using a comboBox to do a research functionality。
First I initialed my drop down list with a collection of data. Then I defined SelectionChanged event(convert to command) which updated drop down list options.
When I choice an option, it fired SelectionChanged event. and updated drop down list. after that I saw the selected option didn't show on the TextBox.
I want to know is there a way to show my selected option in Text Box(ComboBox)?
When I debug SelectionChanged event, I found it fired twice.
I attached my example project if you want to take a look.
Thanks
Allen