0

I'm able to easily populate and sort the Treeview widget, but I was also wondering if it's possible to add images in any column rows that I want. I've checked all over the net, but was unable to find any examples.

Here's an image displaying exactly what I'm trying to achieve. enter image description here

I'd like to be able to add little image icons to multiple column rows as needed. Anyone know of a way to do it in Tkinter or within some other similar widget? Thanks.

  • ttk.Treeview elements have an image option where you can specify an image. Check it here: https://anzeljg.github.io/rin2/book2/2405/docs/tkinter/ttk-Treeview.html – Flavio Moraes Dec 24 '22 at 11:14
  • No, I'm stating that I'd like to insert images in other columns other than just the 'Phantom' column (not 1st column). I'd like to insert images in last column rows. – Aaron Catolico Dec 24 '22 at 20:03
  • Not sure if these threads get bumped, but I'll try anyhow. – Aaron Catolico Dec 27 '22 at 16:34

0 Answers0