ColumnWidth Property on uitable

7 views (last 30 days)
Alex
Alex on 29 Sep 2015
Edited: Alex on 29 Sep 2015
Creating an uitable with initial 'ColumnWidth' values that can be changed by the user. Does anyone know if Mathworks allows to get the current ColumnWidth values yet? People have been asking for this since 2009 and I know very well Yair's Auto Resize trick but I can't use 3rd party code. I have not found a way to go around this using MATLAB native function/properties.

Answers (1)

Jan
Jan on 29 Sep 2015
Does anyone know if Mathworks allows to get the current ColumnWidth values yet?
An answer is not trivial. Do you mean "The Mathworks" or "Matlab"? While I'm sure that the company will allow this freely, Matlab does not have the power to do this directly. When you cannot use 3rd party code, the only way I see is a screenshot and counting pixels between the bars. This can be done with "native Matlab functions", but I would hesitate to implement it.
  1 Comment
Alex
Alex on 29 Sep 2015
Edited: Alex on 29 Sep 2015
Thank you, Jan. I was looking for an option like SET_AUTO RESIZE or something like. Obviously, after so many years they have not added it. No choice but to create jTable object myself and from there go. The GUI can be resized and stuff like that so counting manually doesn't work. Thanks!!

Sign in to comment.

Categories

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

Community Treasure Hunt

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

Start Hunting!