Closed GoogleCodeExporter closed 9 years ago
What I have is: table -> scrollpane -> vg
Maybe I can put something in between the scrollpane and the VG, like a table.
I'll give that a try.
Original comment by raicua...@gmail.com
on 7 Nov 2012 at 6:59
I don't like the idea of special casing VerticalGroup to know about a Label
because it is a generic container. VerticalGroup javadoc says, "The preferred
width is the largest preferred width of any child." This seems reasonable. To
handle your specific situation you can have:
table1 -> scrollpane -> table2 -> vg
Use table2 to set the desired width of the label.
Original comment by nathan.s...@gmail.com
on 10 Nov 2012 at 7:50
Makes sense, cheers.
Original comment by raicua...@gmail.com
on 10 Nov 2012 at 8:02
Original issue reported on code.google.com by
raicua...@gmail.com
on 5 Nov 2012 at 1:57