In fact this is a "wish".
I'm having a lot of trouble trying to modify a single entry of a ComboBox, due to the triggering of the SelectedIndexChanged event.
What I'm trying to do is:
in case the item N is selected, an input dialog is displayed and the text entered by the user must replace the one currently set in that item.
I'm having a lot of trouble trying to modify a single entry of a ComboBox, due to the triggering of the SelectedIndexChanged event.
What I'm trying to do is:
in case the item N is selected, an input dialog is displayed and the text entered by the user must replace the one currently set in that item.