CTKscrollableframe, how can i make the scrollbar scroll to the end automatically? #1970
Answered
by
Akascape
EluarIsufaj
asked this question in
Q&A
-
Hi, I am going to be as straightforward as possible, so I'm making a chat app and I the messages are represented as labels in a scrollable frame, so I need the scrollbar to scroll to the end automatically when I .grid a new label, so if there is any way to do that please just share the solution! Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
Akascape
Sep 5, 2023
Replies: 1 comment 1 reply
-
@EluarIsufaj Try this: scrollable_frame._parent_canvas.yview_moveto(1.0) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
EluarIsufaj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@EluarIsufaj Try this: