フィルターのクリア

change tickness and font in table

7 ビュー (過去 30 日間)
aldo
aldo 2023 年 12 月 1 日
回答済み: Austin M. Weber 2024 年 2 月 8 日
i use table in app designer:
2 question:
1) Is it possible to change the thickness of the vertical line?
2)It is possible to make the font used smaller in app.UITable.ColumName?
  1 件のコメント
aldo
aldo 2023 年 12 月 2 日
hi anyone help me? thank you

サインインしてコメントする。

回答 (1 件)

Austin M. Weber
Austin M. Weber 2024 年 2 月 8 日
Hi @aldo,
1) Unfortunately, no, I don't think it's possible to change the width of the vertical lines in a table.
2) It is possible to make the table font smaller, but not for individual columns. You can only change the font size for every column. Doing this is pretty straightforward: in the callback function that adds data to the table you should include the following
sz = 8;
app.UIAxes.FontSize = sz;
You can set sz to any number you like.

カテゴリ

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