Just a small bug… both methods scroll to the last line. Guess scrolling single lines isn’t possible to add arrow key support?
– When a scroll bar is visible (needed), scroll the text to show the last line.
multiline_text:scroll_to_last_line()
– When a scroll bar is visible, scroll the text to show the first line.
multiline_text:scroll_to_first_line()