Scroll in app designer

조회 수: 13 (최근 30일)
T.A.S.
T.A.S. 2018년 7월 2일
답변: Abhinav 2023년 7월 5일

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

댓글을 달려면 로그인하십시오.

답변 (1개)

Abhinav
Abhinav 2023년 7월 5일
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.

카테고리

Help CenterFile Exchange에서 App Building에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by