Try:
either on myTextArea change event:
myTextArea.height = myTextArea.textHeight or bind the height to the textHeight. Hope that helps. --- In [email protected], [EMAIL PROTECTED] wrote: > > I would like to make a TextArea instance expand to the size of the Text > assigned to it. > Similar to ActionScript "TextFieldInstance.autoSize" property. > How would I do this in Flex? > > --Keith H-- >

