On Tue, Dec 30, 2008 at 5:26 PM, arieljake <[email protected]> wrote: > My understanding was that Text cannot be expected to wrap if it is > given a percent rather than an explicit width. Am I mistaken?
The Text measurement algorithm (or the VBox layout algorithm) may have changed. This appears to work now. The reason it didn't work before is that the VBox always respected a child's minWidth before applying any percentage-based width to it, and the Text control's minWidth was enough to lay out all the text in a single line (if I remember correctly), so it never wrapped. Maybe now one of these factors has changed. Anyway, did you try it? Manish

