Effacer les filtres
Effacer les filtres

open Table in app designer with full dimension

4 vues (au cours des 30 derniers jours)
Luca Re
Luca Re le 27 Nov 2023
Modifié(e) : Luca Re le 28 Nov 2023
How can i open Table with Full dimension?

Réponses (1)

Walter Roberson
Walter Roberson le 27 Nov 2023
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 commentaire
Luca Re
Luca Re le 28 Nov 2023
Modifié(e) : Luca Re le 28 Nov 2023
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

Connectez-vous pour commenter.

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