Add Scrollbars to List Boxes - Python Tkinter GUI Tutorial #62

in #programming5 years ago

In this video we'll look at List Boxes in more detail. I'll show you how to add a scrollbar to a Listbox and I'll also show you how to select multiple items in your List Box and do things with them.

Listboxes don't have scrollbars by default. We need to use a scrollbar widget and add both it and the list box to a frame, and then configure them both.

I'll also show you to to select multiple items in a list box by changing the select mode.

✅ Watch The tKinter Playlist
http://bit.ly/2UFLKgj

✅ Subscribe To My YouTube Channel:
http://bit.ly/2IGzvOR

▶️ See More At:
https://Codemy.com

✅ Join My Facebook Group:
http://bit.ly/2GFmOBz


Take $22 off with coupon code: youtube▶️ Learn to Code at https://Codemy.com

✅ Buy a Codemy T-Shirt!
http://bit.ly/2VC9WUN

Sort:  

Love this. It will be interesting here on your blog. I will be here to learn more as I am intermediate in Python. Perhaps its a good coincidence as I just made my first article on Python tutorial here. I will surely check out your video.

Awesome!

Do you plan to post any tutorials/blogs about JavaScript for beginners?