Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to make a textfield multiline?

    • 0
    • 1
    • 0
    • 0
    • 1
    • 0
    • 0
    • 0
    • 619
    Comment on it

    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'.

    1. var tf:TextField = new TextField();
    2. tf.multiline = true;
    3. tf.wordWrap = true;
    4. tf.autoSize = TextFieldAutoSize.LEFT;
    5. tf.text = longString;

 1 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Reset Password
Fill out the form below and reset your password: