In this video we’ll change the color and style of our Tkinter Treeview widget!
Changing the style and color of a Treeview is pretty simple, but not as simple as you might expect. We actually need to use a couple of different things to do it; namely a ttk Style and a ttk Theme.
We haven’t talked about ttk.Style() widgets much in the past, and we haven’t looked at themes at all. But they’re both pretty simple 🙂
Add comment