On 03-06-2020 00:18, Joel Christensen wrote:
I've got scroll windows with wrap, but want to know how to scroll to the bottom in the code.
Like as follows:
text.setCursor(text.getText.length);
I believe you can scroll to the bottom using setHadjustment
.