How to hide and show a panel with the window size changing in APP DESIGNER
9 ビュー (過去 30 日間)
古いコメントを表示
Hi i'm just new to the APP DESIGNER, for some reason i need to write an App with 2 modes, one is for beginner or lets say, normal people where the most parameter are just set to the default value and only shows like 1 or 2 feld for user to input things. the other one however is for expert users, where all the felds are shown and able to be edit.
to simplify my question, theres many software that have simply a button called "more" or "advanced", when pressed, it resizes the UI and shows more felds for configuration. How can i achive that using APP Designer?
use a very simple sine wave drawer as example, i wanted the user to be able to click "more" button to show the "advanced settings" and click it again to hide it, also the window should resized to not leave the blank area when hiding the panel and if showing the panel, the ui must also resize to the proper size for the place for the panel![Unbenannt3.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/242539/Unbenannt3.png)
![Unbenannt3.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/242539/Unbenannt3.png)
0 件のコメント
採用された回答
Hope Q
2019 年 10 月 28 日
I think you'll need to change the Position property of all the basic controls so that the "upper" panel shifts down, the entire figure gets shorter, and the advanced settings have 'Visible' set to off. You could set a constant property for the vertical shift so that you subtract the same y displacement from all the basic controls and add that value back when the advanced ones appear.
3 件のコメント
Fangliang Bai
2020 年 2 月 18 日
編集済み: Fangliang Bai
2020 年 2 月 22 日
Thumb up for Lewei's updated solution!
Is it possible to share your code of doing this function?
その他の回答 (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!