what item do I need?
이전 댓글 표시
I need to display a list in a small space (where I will use the bars to scroll it) and select the elements of this
Could the ListBox be fine or do you recommend anything else?

댓글 수: 4
Walter Roberson
2023년 9월 8일
In situations where you do not have a lot of space, it is probably more common to use a drop-down box instead of scrolling a list box.
pipor
2023년 9월 8일
Walter Roberson
2023년 9월 8일
You are correct, uidropdown() does not have the possibility of multiselect but uilistbox() can do multiselect
pipor
2023년 9월 8일
답변 (1개)
Image Analyst
2023년 9월 9일
0 개 추천
Learn how to use App Designer: https://www.mathworks.com/products/matlab/app-designer.html
카테고리
도움말 센터 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!