Normalization of ui.table rows upon proportinal resize behavior

1 view (last 30 days)
I need some help with a GUI made by GUIDE. I did the GUI on a pc with resolution 1600x900. Now I need to be able to use the GUI on different screens with different resolution, and therefore selected the "resize behavior -> proportion" under Tool -> GUI option. Everything is looking fine except for the rows in the ui.table. On a pc with resolution 1366x768 the rows are too high and does not follow the resizing of the window. How can I get the table row hight to change proportionally with resizing of the window similar to the rest of the ui.elements?

Answers (1)

Alok Nimrani
Alok Nimrani on 7 Mar 2018
Hi JB,
The ability to resize the UI table automatically to display the entire data is not available in MATLAB.
Thanks

Categories

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

Products

Community Treasure Hunt

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

Start Hunting!