Selecting items from list.
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Image Analyst
2013 年 8 月 23 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!