Effacer les filtres
Effacer les filtres

change tickness and font in table

7 vues (au cours des 30 derniers jours)
aldo
aldo le 1 Déc 2023
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 commentaire
aldo
aldo le 2 Déc 2023
hi anyone help me? thank you

Connectez-vous pour commenter.

Réponses (1)

Austin M. Weber
Austin M. Weber le 8 Fév 2024
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.

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by