-
so im using a scrolled text widget for logging and need it to automatically scroll as the text is being added or overflows the text size |
Beta Was this translation helpful? Give feedback.
Answered by
zerootoad
Jun 10, 2024
Replies: 1 comment
-
found the solution myself, you just use the line below every time you insert new text |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zerootoad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
found the solution myself, you just use the line below every time you insert new text
scrolledtext._text.yview(END)