Scroll in app designer
24 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How do I add a scroll bar that will effect three different graphs in app designer? I need a scroll bar not a slider.
1 comentario
Kanishk Singhal
el 5 de Jul. de 2023
You can add graphs in a panel or and make the them scrollable.
uipanel is scrollable,
uipanel(fig, "Scrollable", "on")
Respuestas (1)
Abhinav
el 5 de Jul. de 2023
You can add a panel container and add all the components into the container. The panel container is scrollable and should help you scroll through all the components inside the container. Check this documentation about the same.
0 comentarios
Ver también
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!