CTkScrollableFrame for both axes #1813
hoffmanlucas
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
@hoffmanlucas You can use this separate CTkXYFrame widget which have both horizontal and vertical scrollbars in the same frame. It also dynamically hides the scrollbars besed on the size. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could we get a scrollable frame with scroll bars for both axes?
It would get the orientation = "both" and allow scroll horizontally and vertically.
I am trying to achieve this by editing the ctk_scrollable_frame.py, but the bars are not moving. Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions