Issue with scrolling a GUI in App Designer
22 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I did this simple app designer simple UI





And when I run it I cannot scroll it down

Any idea why? And how to solve it?
6 comentarios
Image Analyst
el 18 de Abr. de 2025
You keep forgetting to attach your .mlapp file.
If you have any more questions, then attach your .mlapp file with the paperclip icon after you read this:
I have seen a similar thing in my own apps where the controls are too high and were clipped off at the top of the GUI during runtime. I had to move them down and have some empty space at the top for some reason.
Respuestas (1)
NVSL
el 22 de Abr. de 2025
Hi @Ali razi
I understand that you are not able to scroll through your application despite enabling “Scrollable” property of the parent figure.
I tried reproducing the issue and the problem seems to be with the position and scale of the figure. It is recommended to design an app such that it can adjust its dynamics based on the screen it is being viewed on. You can do so by adding a “startUpFcn” to your App that adjusts the scale based on your systems current resolution.
You can know more details on app resizing from the below post.
Hope this helps!
2 comentarios
NVSL
el 23 de Abr. de 2025
I tried it on R2024b. It works fine for me. PFA the app with the changes.
Ver también
Categorías
Más información sobre Develop Apps Using App Designer 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!