Howto make a row of buttons scrollable on a touch display? #2325
Closed
chess-levin
started this conversation in
General
Replies: 1 comment 2 replies
-
Unfortunately, this is impossible as customtkinter is desktop framework, therefore you won't have |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've developed this webradio-interface-app for VLC.
Now I like to run this app on a raspi 4 with a attached lcd-touch-display and I like to allow the user to scroll thru the list of radio station by swiping the row instead of using the '<<' or '>>' button. I don't want to have a visible scrollbar attached to the frame containing the station-buttons. Any ideas, how to achieve this?
This is my code for this
CTkFrame
:Beta Was this translation helpful? Give feedback.
All reactions