I experimented with tkinter.ttk.Treeview and tkinter.Listbox on Python3.

I need a list widget with multiple columns (this could be Treeview).
But I need images as values. I don't want to use column '#0' for
images. Images should appear in the second column for example.

Tk itself has a treectrl. Maybe it is possible with it? But I don't
know how to use this with Python3.

Maybe there are other third party solutions around?
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
https://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to