Hello there,
In App, the callback UIFigureSizeChanged does not make any effect when the size of the GUI's app is changed.
I tryied it in a white app with and without elements and does not show anything when the size or maximized of the GUI is changed.
Anybody know an callback for when the window state is changed? or app GUi size is changed?
As indicated in MATLAB note,
thank you very much

댓글 수: 1

Kristoffer Walker
Kristoffer Walker 2026년 4월 29일 17:42
편집: Kristoffer Walker 2026년 4월 29일 17:43
I have this same problem and am looking for a workaround. Turning off "Auto-resize children" is not an acceptable workaround.

댓글을 달려면 로그인하십시오.

 채택된 답변

Josep Llobet
Josep Llobet 2022년 7월 21일

0 개 추천

Ok, as indicated in this MATLAB Answer from 2017, the 'AutoResizeChildren' of the UIFigure must be put it in off.
In the SizeChangedFcn explication, of the UI Figure Properties, of the MATLAB Help Center, it is also indicated.

댓글 수: 1

Kristoffer Walker
Kristoffer Walker 2026년 4월 29일 17:42
Unfortunately, that is not an acceptable fix because it is natural to need to auto-resize the children, and it is hard to understand why auto-resizing children should logically prevent the figure-level Resize callback from being triggered.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

질문:

2022년 7월 21일

편집:

2026년 4월 29일 17:43

Community Treasure Hunt

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

Start Hunting!

Translated by