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
render="invalidateSize();validateNow(); 'component id'.mx_internal::getTextField().wordWrap=true"
add this to your text component.