0
I made a form with a ListView
and a ComboBox
, my problem is that according to what is selected in ComboBox
I have to change the data from ListView
.
For example: I have the ListView
LETTERS (which is already loaded with values in Load_Form
) and a type combo (consonants and vowels), if in the combo I select 'vowels' it has to appear 'a,e,i,o,u' in the ListView
.
You even tried to use the event
Click
ofComboBox
?– Luiz Vieira