Creating a scrollable widget in tkinter

preview_player
Показать описание
This video covers how to create a widget that contains widget that can be scrolled through. This will give you the basics to create any kind of scrollable layout.

You can get the code here:
Рекомендации по теме
Комментарии
Автор

Chris, you deserve a recognition for all of your work. All of this is really invaluable, your videos are really amazing. It's unbelievable what you do for us. I would like to thank you very much. And I have a question, are you planning to create some kind of complex app in these tkinter series?

jakubkrejci
Автор

It helped me a lot !!! thx for making such good contents !!

可無-vm
Автор

These are very impressive and detailed videos. Thanks, Chris!

I am creating a photo gallery showing thumbnails from a directory. The number of thumbnails should be according to the window size, just like windows explorer. Any tips?

Deb-Das
Автор

how can I make scroll by touch? because I want to use it by touchscreen
please if you can help

AhmedAhmed-ofmt
Автор

Changed all the ttk. widgets to CTk wirdgets and found that there was a thin white border around the edge of the canvas. Eventually found that to remove this you need to configure the canvas with highlightthickness=0.

deanosauree
Автор

Hi,
Please can you pulicate converter all treeview in pdf or Excel (python tkinter ).thank's

nabilham
Автор

hello, I made the code together with the video and then I got what you made available and the 2 are having a bug that when I reset the screen size the widgets are blinking I understand why but I can fix it, could you help me?
I believe it's because it keeps recreating canvas.create_window

potatocore
Автор

If tkinter is an intermediary between Tk/Tl wouldn't you call it TK INTER? T kinter is just wrong.

mitch_the_-itch