Is there a way to select automatically a specified option of a listbox?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Sorry for my bad English...
So I have two listboxes, the second associated with the first. So when I choose an option from the first listbox I want the program to select automatically an option from the second listbox.
Is it possible?
Thanks!
0 Kommentare
Akzeptierte Antwort
Jan
am 28 Feb. 2013
Yes.
I guess you want to know how also. You can add code to the callback of the 1st listbox, which sets the 'Value' property of the 2nd listbox.
For a more detailed answer, the relevant parts of your code would be helpful.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!