CTkScrollableFrame for both axes #1813
hoffmanlucas
started this conversation in
Ideas
Replies: 2 comments 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
-
For those interested in having a both vertical and horizontal scrollframe, here it is (ctk_scrollable_frame2.py). Was quite easy. Just need to add the imports in the files to include it in the project (and maybe rename it to a better name) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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