More then one row in uitable

1 view (last 30 days)
Fabrizio Pescara
Fabrizio Pescara on 19 Jul 2019
Answered: Walter Roberson on 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?

Answers (1)

Walter Roberson
Walter Roberson on 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.

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!