Column width in uitable
Show older comments
Hi,
if I press button, then new figure appears with uitable. Column width is always the same. How can I change column width? Or if I change column width manually by mouse and then I press button, then I wont to have width from mouse.
Thank you
Me code:
t = uitable('Parent',f,'Data',result,'Position',[10 10 630 400],'ColumnWidth','auto','RowName',rnames,'Columneditable',coleditable,'ColumnFormat',{'char', 'char', 'char', 'char', 'char', 'char'});
Answers (1)
Jan
on 12 Sep 2013
0 votes
I'm not sure if I understand your question.
You can change the columnwidth by not setting it to 'auto' but manually by a cell, which contains the width values. See http://www.mathworks.com/help/matlab/ref/uitableproperties.html#brgovhi.
You cannot obtain the changed width values as far as I know.
11 Comments
john
on 12 Sep 2013
Jan
on 12 Sep 2013
I do not understand the problem. What does "always the same" mean? Under which conditions? What do you expect and what do you see?
john
on 14 Sep 2013
Jan
on 15 Sep 2013
I still do not understand, what "always" mean. Which different situations did you test to determine this "always"?
From the documentation of uitable:
If ColumnWidth is a cell array and the width of a column is set to 'auto' or if auto is selected for that column in the Property Inspector GUI for columns, the column width defaults to a size determined by the table. The table decides the default size using a number of factors, including the ColumnName and the minimum column size.
john
on 15 Sep 2013
john
on 16 Sep 2013
@John: I have no idea how I could bring you to answer my question, what you mean by "always". The message, that "items in the uitable are cell array" is not useful, because on one hand there are many different "item" and it is not clear which one you mean, on the other hand "items" did not play any role in the current question. Using the ColumnWidth 'auto' does apply an automatic scaling of the column width already, but it seems like you want to behave it in another way. As long as you do not explain, which behavior you expect under which conditions, I do not see any chance to discuss this further.
Please do not post fragments of commands, but the complete command. Then it would be clear, if you define the "100" with or without quotes. With quotes it would be a string, but according to the documentation you need a number.
I'd really want to assist you, so please take into account, that I do not have a crystal ball and cannot guess, what you mean and want.
john
on 16 Sep 2013
Jan
on 16 Sep 2013
What does "length" mean? Perhaps you mean the extent of the string when written to the screen? "Lengths of cells" is at least a confusion formulation.
Please, John, do not let us guess the details.
john
on 18 Sep 2013
john
on 23 Sep 2013
Categories
Find more on Labels and Annotations 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!