Hi everyone -- I'm making a widget that needs to load some text dynamically. The problem is, the Linkbutton's label seems to truncate automatically instead of wrapping to a new line.
Within a VBox I have a Linkbutton at top, then a Text description, then some static text. When I load the text into the Linkbutton and Text objects, I need them to wrap, and to push the bottom-most static text down if necessary. Any ideas about how to do this? Thanks very much, Michael

