I'm developing an app for WP, but I have a question.
My app has two combobox. Both have the same combobox item that were added in WPF, I wanted to know how to disable the same combo box item the second if the first is already selected.
Code:
That is, if the user opens the first combobox (comboBox1) and select "Two" the ComboBoxItem "Two" does not appear in the second combobox.
And if not chosen anything, by default, the A ComboBoxItem would no longer showing on ComboBox2 as it is already IsSelected.
Upendra Pratap ShahiPosted Aug 17, 2015, 12:43 AM
Sumit JoshiPosted Aug 17, 2015, 12:40 AM