Scroll in app designer

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 Comment

You can add graphs in a panel or and make the them scrollable.
uipanel is scrollable,
uipanel(fig, "Scrollable", "on")

Sign in to comment.

Answers (1)

Abhinav
Abhinav on 5 Jul 2023

0 votes

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.

Categories

Find more on App Building in Help Center and File Exchange

Asked:

on 2 Jul 2018

Answered:

on 5 Jul 2023

Community Treasure Hunt

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

Start Hunting!