Hi, I get the same behavior with the proposed solution: textArea.setWideTextAction(touchgfx::WideTextAction::WIDE_TEXT_WORDWRAP);
textArea.setLinespacing(3);
textArea.setHeight(textArea.calculateTextHeight(textBuffer) + textArea.getLinespacing()); te...