필터 지우기
필터 지우기

UITable does not keep its size fixed when stretching the app window size

조회 수: 3 (최근 30일)
farzad
farzad 2020년 5월 10일
댓글: Mohammad Sami 2020년 5월 11일
Hi All
once I open my app window in Matlab, if I drag and stretch the window, the UITable in it can not comply with this size change, and white areas appear in it that enlarge with stretching. I used the following code in app startup , since the example in the help is for a specific case and is not usefull. but it still doesn't work
app.UITable.Position=[639,50,540,156];
  댓글 수: 2
Mohammad Sami
Mohammad Sami 2020년 5월 11일
Place the table inside a grid layout. It will auto resize when windows size is changed.
However if the content is not big enough to fill the space, you still see the white space.

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

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by