I want to hide the selected item from the opened WPF combo box, basically to show instead of this:
item2
item1
item2
item3
this:
item2
item1
item3
How can this be done?
I want to hide the selected item from the opened WPF combo box, basically to show instead of this:
item2
item1
item2
item3
this:
item2
item1
item3
How can this be done?
Why don't you change the selected item's visibility instead?