App designer Tab children automatic resize work on one tab but not the other on app Window resize

조회 수: 35 (최근 30일)
Hi,
I am trying to create an app that uses a TabGroup. When resizing the app window, the children of one of the tabs resize correctly however the children of another tab of the same group do not and stay as the initial size.
AutoResizeChildren on both tabs is active.
I can't seem to find any differences between the components of both tabs and I made sure that all components are indeed children of the tabs which is the case.
[Image left] original size [Image right] size on Window resize

채택된 답변

Mohammad Sami
Mohammad Sami 2021년 7월 5일
Are you using a uigridlayout inside the second tab ? The best way to ensure the desired resizing behaviour is to use uigridlayout as a child of your tab. Then place your components inside the grids. The grids can be set to either resizable or to a fixed value or a mix depending on the need.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by