What settings do I give a dynamic text box so that its height will grow as the far as it needs to to show the all the text?
Printable View
What settings do I give a dynamic text box so that its height will grow as the far as it needs to to show the all the text?
BUMP
TextField.autoSize in the AS dictionary.
set the autosize to "center"
textfield.autoSize="center"
Thanks