Filter löschen
Filter löschen

ColumnWidth Property on uitable

5 Ansichten (letzte 30 Tage)
Alex
Alex am 29 Sep. 2015
Bearbeitet: Alex am 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.

Antworten (1)

Jan
Jan am 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 Kommentar
Alex
Alex am 29 Sep. 2015
Bearbeitet: Alex am 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!!

Melden Sie sich an, um zu kommentieren.

Kategorien

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

Community Treasure Hunt

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

Start Hunting!

Translated by