RichTextControl autoscroll when lines are added

Greetings,

Is it possible for the RichTextControl to autoscroll when lines are added programmatically with self.rtc.WriteText (txt) and self.rtc.Newline()?

You can ensure that the end of the buffer is visible after the lines are added with the ShowPosition method.

1 Like