Adding a Full Screen ScrollBar - Python Tkinter GUI Tutorial #96

Codemy.com July 17, 2020
Video Thumbnail
John Elder Logo

John Elder

@johnelderai

About

AI is taking over the world...let's get into it! OpenClaw, Claude Code, Manus, Perplexity, and whatever other weird AI stuff that comes along with a pinch of Python Programming thrown in from time to time. Check out my website JohnElder.AI and Codemy.com for more videos!

Video Description

In this video I'll show you how to add a scrollbar that scrolls your entire tkinter app. Normally scrollbars are used for listboxes, but what if you just wanted one to run the whole length of your app? Is it possible? Well...sort of. We can use a scrollbar on a canvas...and we can hack a canvas to hold a frame, and we can add all of our app stuff into that frame...and that's what I'll show you how to do in this video!