Selecting items from list.
2 visualizaciones (últimos 30 días)
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.
0 comentarios
Respuestas (1)
Image Analyst
el 23 de Ag. de 2013
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.
0 comentarios
Ver también
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!