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 中查找有关 Develop Apps Using App Designer 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by