Selecting items from list.
Mostrar comentarios más antiguos
How can I display items in strings cell in a gui so that I can give option to choose a group of them. Does Listbox support checkbox or toggle button? I am currently using multiple selection in listbox but that is not convienient. I was to know which strings are selected all the time.
Respuestas (1)
Image Analyst
el 23 de Ag. de 2013
0 votos
No, they don't have any listboxes with fancy things in them like checkboxes, pictures, or icons. They have only the standard single selection or extended selection. You can see which ones are selected because the highlighting is somewhat different, though I admit it's not a lot different.
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!