multicolumn list/tree with images
<[email protected]> Wed, 14 Feb 2018 01:14:53 +0100
| Newsgroups | gmane.comp.python.tkinter |
|---|---|
| Message-ID | <[email protected]> |
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?