More then one row in uitable

1 Ansicht (letzte 30 Tage)
Fabrizio Pescara
Fabrizio Pescara am 19 Jul. 2019
Beantwortet: Walter Roberson am 20 Jul. 2019
Hi,
if I have more the one row in a single cell, how can I show the entire cell in GUI?
I've tryed to use uitable but it shows only the first row.
For exemple, if I have:
A(1) = {FIRST ROW1SECOND ROW1}
A(2) = {FIRST ROW2SECOND ROW2}
If I set A in a uitable it shows me the following:
1 FIRST ROW1...
2 FIRST ROW2...
Since is not possible to modify the row table height, the second row of A is not visible. Any idea?

Antworten (1)

Walter Roberson
Walter Roberson am 20 Jul. 2019
It is possible to modify the row table height at the Java level. See undocumentedmatlab.com for details on uitable Java
Other than that there is not much you can do.

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by