uidropdown does not extend beyond its parent figure
Afficher commentaires plus anciens
Hey,
I'm working on a small options window which contains a drop down created with the uidropdown function. When opening the drop down menu to select an option, the menu does not extend beyond its parent (which is fatal since the window is too small to navigate the drop down properly).
Since I'm rewriting an old GUI I know that a popupmenu created with the uicontrol function does extend beyond its parent figure but this is not available for apps created with uifigure.
Therefore, is there a workaround that does not involve using uicontrol or am I just missing an important uidropdown property?
Réponse acceptée
Plus de réponses (1)
cr
le 5 Déc 2022
0 votes
You are right, this doesn't seem to be a bug. Since the child objects cant extend beyond parent containers. However, in R2022b on OSX the issue isn't fatal. I'm still able to select an item far down as I can see a scroll bar.

2 commentaires
Max Kehrer
le 6 Déc 2022
cr
le 6 Déc 2022
You may try replacing dropdown with a list box. That would create a small scrollbar and will allow you to do selections.
Catégories
En savoir plus sur App Building dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!