I am creating a comboBox in c# to handle a list. Please look into the picture.
What I want is to make the selectedItem not to display after I select any item.
The desired outcome will be like this: expected output. Furthermore, if can make it to display like a button, that will be better.
Any idea how to do so?
Simple example: V is the toggleButton
Original:
selectedItem | V
item1
item2
item3
What I want:
V
item1
item2
item3