필터 지우기
필터 지우기

open Table in app designer with full dimension

조회 수: 4 (최근 30일)
Luca Re
Luca Re 2023년 11월 27일
편집: Luca Re 2023년 11월 28일
How can i open Table with Full dimension?

답변 (1개)

Walter Roberson
Walter Roberson 2023년 11월 27일
uitable() have a Position property that can be adjusted.
However, it just doesn't take much before a table row has too much information to represent on one line (at least not with any readable font size).
You might also want to consider setting the column widths
  댓글 수: 1
Luca Re
Luca Re 2023년 11월 28일
편집: Luca Re 2023년 11월 28일
I had already set the size of the columns
app.UITable.ColumnWidth={80,400,80,80,80,80,80};
the size is half the size of the screen and yet it shows me the scrollbar
I would like to remove the scrollbar so I can see it in full size
i try this:
app.UITable.Position=[20 20 900 900] (default is 20 20 300 300 )
but i don't see any change

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

카테고리

Help CenterFile 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!

Translated by