Featured
-
No Featured Found!
Tags
How to make a textfield multiline?
We have textfield of 150px and we have a string that is too long to fit into this 150px container, How can we make a textfield multiline if needed?
For this:-
There is property of textfield 'TextFieldAutoSize'.
var tf:TextField = new Te...