フィルターのクリア

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 Center および File ExchangeDevelop 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