フィルターのクリア

GUI Figure Hide bottom part of figure

2 ビュー (過去 30 日間)
ilas nasiopoulos
ilas nasiopoulos 2015 年 10 月 30 日
編集済み: TastyPastry 2015 年 10 月 30 日
I have a Gui figure with loads of buttons, texts, graphs, etc.
The top part of my figure is a summary of a calc, while below there is all the values and extra options for the calc when someone wants to go into more detail. So I would like to add an "advanced" button that could reveal the bottom part if needed, otherwise that is hidden. By doing a resize of the figure, I can't make it work. Since the position is defined from the bottom, I am always getting the lower part instead of the top part of the figure.
Any help please??
Many thanks, Elias

回答 (1 件)

TastyPastry
TastyPastry 2015 年 10 月 30 日
編集済み: TastyPastry 2015 年 10 月 30 日
I'd say if you really needed the extra part to reveal from the bottom, you can write a resize function which adjusts the position of all the elements in the figure during resize.
If it were me though, I'd just rearrange the GUI so the extra part expands on the right, eliminating any GUI element rearrangement issues.
Then again, I wouldn't be surprised if there was a clever workaround for keeping original elements in place when the figure expands that I'm unaware of.

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by