>From glancing at the source there is no way to set the minimum width for the 
first column?

Also the document of setMinimumColumnWidth isn't very clear on what it wants 
to do. Looking at the source it will only affect newly added minimum column 
width. Anything that is already there will not be effected, causing the 
initial problem.

Doesn't it make more since to have set minimum column like we have for split 
layout panel? Maybe something like...
setMinimumNodeColumn(NodeInfo, width).

If there was a way to set the TreeViewModel and data later, not through 
constructor, this would also solve the issue. 

Default size works exactly the same as the min size but the behavior is what 
I expect, except for the first column.

Was going to overload CellBrowser to fix but I would have had to copy way 
too many things.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to