In this video we’ll learn more about the Tkinter Treeview. I’ll show you how to add items, remove individually selected items, remove all items, remove several selected items, and more.
In the last video I showed you how to create a Treeview and programatically add some data to it. In this video I’ll show you how to add one record at a time from our App.
We’ll also look at several ways of deleting records from the treeview.
Add comment