matlab app screen too large
1 回表示 (過去 30 日間)
古いコメントを表示
hello when i build an app with lots of fields and i expand the screen app to the bottom side, when i press play i get my application screen cuttof partially,is there a way to scroll the application screen after i press play?
(the top area of the gui cutt of from display)
0 件のコメント
回答 (1 件)
Jatin
2024 年 7 月 12 日
Hi,
If we refer to the documentation of “uifigure” based apps in the section “scrollable” property it has been stated that the components must be to the right and below of the panels, and components to the left and above of the panel are not scrollable.
Please Refer this document for details : Control panel appearance and behavior - MATLAB (mathworks.com)
You can also refer to this MATLAB Answer with similar query related to scrollable property for better visualization of the issue: Toggle Button Group are not scrollable - MATLAB Answers - MATLAB Central (mathworks.com)
0 件のコメント
参考
カテゴリ
Help Center および File 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!