I\'m creating an Adobe Flex application and I have a Text control (mx:Text), which is supposedly used when you need multiline noneditable text (as opposed to a Label, which
I had this same problem. In my case I had a mx:Text block (that SHOULD have wrapped), and that mx:Text object was embedded within TWO mx:VBox containers.
The only way that I got the text to wrap successfully was to do BOTH of the following:
Very non-intuitive, but this is what worked for me.
I hope this helps you!
Jon Kinsting