closed
Public

So for a combo-box dropdown, when I select one of the value from the list of value it keeps that one as default. I would like the list to go back to the first value after everyselection. How is this possible?

1 answer

That’s easy 🙂

Just set the selected index of the combo box back to default value in the “Selection Changed” event handler.

#1

This question is now closed