I want a non-editable TextField (or a subclass) that doesn’t even have the caret displayed. Alternatively, I want a multiline LabelField. Is any of these possible?
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.
TextField without focus cursor
TextField drawFocus override
If text is too large to fit the screen, you can override drawFocus method in TextField, so scrolling will be available:
TextFields, separated with NullFields
Other option is to split TextField into several, separated with NullFields:
Multiline LabelField
Multiline text in LabelField, just use newline escape character: