Scroll in app designer

17 visualizzazioni (ultimi 30 giorni)
T.A.S.
T.A.S. il 2 Lug 2018
Risposto: Abhinav il 5 Lug 2023

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 Commento
Kanishk Singhal
Kanishk Singhal il 5 Lug 2023
You can add graphs in a panel or and make the them scrollable.
uipanel is scrollable,
uipanel(fig, "Scrollable", "on")

Accedi per commentare.

Risposte (1)

Abhinav
Abhinav il 5 Lug 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.

Categorie

Scopri di più su App Building in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by