I have a string that is too long to fit into my 100px container. I want to make TextField automatically multiline if needed. How do I make it?
I have a string that is too long to fit into my 100px container.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think what you’re looking for is
TextFieldAutoSize.For more information check out the documentation.
EDIT : added wordwrap and multiline properties to maintain width