uimenu list is too long (verticaly doesn't fit in the screen)
Show older comments
Hello,
On my gui i have in two uimenus different a list of items that can sometimes be too long and not fit in my screen. To resolve this problem i added choose to regroup them by pack of 25 items but i would like to know if it is possible to add a scroll at the bottom to be able to scroll through all of them.

I put a picture of how my list appear to me. I would like to add a scroll like the one we can see on the next picture:

If anyone could lighten me on how to do this.
5 Comments
Jan
on 24 Oct 2022
I assume, this is not possible with the built-in GUI functions provided by Matlab.
What about using a nested menu?
Ali
on 24 Oct 2022
Jan
on 24 Oct 2022
Maybe a huge number of elements is a bad choice for a menu in general. Perhaps a listbox is more userfriendly?
Ali
on 24 Oct 2022
Jan
on 24 Oct 2022
Yes, I see.
Answers (0)
Categories
Find more on Interactive Control and Callbacks in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!