TextArea word wrap
I'm not able top get word wrap working with the TextArea widget.
I'm using the TextArea sample. I've changed the text resource "Main_text" to be a single line of text. I've editted the Screen1View() constructor and added...
mainTxt.setWideTextAction(touchgfx::WIDE_TEXT_WORDWRAP);
mainTxt.resizeHeightToCurrentText();
as suggested by another post, but I only get one line of text, truncated within the box.
Any suggestions?
Edit: And I set line spacing to 5.
