Scrolled Frame Widget! - Tkinter TTKBootstrap 23

preview_player
Показать описание
In this video I'll show you how to use the Scrolled Frame widget for TTKBootstrap and Tkinter.

Scrolled Frames are super easy with TTKBootstrap. Unlike regular Tkinter, TTKBootstrap has a scrolledFrame widget that you can use.

It really couldn't be easier!

#tkinter #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:49 - Import ScrolledFrame
2:10 - Add ScrolledFrame Widget
3:20 - Add Some Buttons
4:33 - ScrolledFrame Attributes
5:45 - Conclusion
Рекомендации по теме
Комментарии
Автор

▶ Watch TTKBootstrap Playlist ✅ FREE Tkinter Widget Book
▶ See More At: ✅ Subscribe To My YouTube Channel:
▶ MASSIVE TKINTER.COM DISCOUNT ✅ Join My Facebook Group:
▶ Get The Code For This Video

TkinterPython
Автор

I remember I spent like a day trying to figure out a scrollable frame with base tkinter and it was so painful. Thank you for the video!

Hatmaster
Автор

muchas gracias me salvaste amigo uwu tqm

carlosdanielpazvaldivia
Автор

Thanks for the video ;) Any idea on how to change the frame style separately to scroll bar style. For example frame as "dark" and bar as "light"?

stanpalko
Автор

Thanks for the video. How can we make a dynamic scrollbar that adjusts based on the content added or removed?

arash.kh
Автор

Thank you so much sir you are the GOAT 🐐

sirvex
Автор

Hello John... i am having this error: _tkinter.TclError: unknown option "-style"
I copied exactly what you had, I also cut an copy from the ttkbootstrap document; none of them work.

jesusgarcia-kbsg