Scroll in app designer
27 ビュー (過去 30 日間)
古いコメントを表示
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
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
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!