how I can make both border and data of uitable to be the same size

Hi
making uitable to be normalized to its parent panel
when panel change size the uitbale border increase and the row/colons inside table keep their size
how I can make both border and data of uitable to be the same size when uitable is normlized

 Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 27 Déc 2012
Modifié(e) : Azzi Abdelmalek le 27 Déc 2012
t = uitable;
set(t,'Data',ones(3))
set(t,'ColumnWidth',{100})

1 commentaire

Note: ColumnWidth is in pixels, and there is no way to tell MATLAB to use normalized units for ColumnWidth. To use this approach, you will need to calculate the widths in pixels that you want to use.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by