Forum Archive

Question for UI text field line wrapper

rui

I am playing with the UI now.
I created a UI from built-in UI design.
UI had a text field for input.
My question is is there a way to enable line wrap on text field? When entered text is longer than the text field, i like it auto wrap into 2 line on display.

Thank you

JonB

Use a TextView instead. That auto-wraps

rui

Thank you. Works perfect.