Re: multicolumn list/tree with images

<[email protected]> Wed, 14 Feb 2018 01:26:20 +0100
Newsgroups gmane.comp.python.tkinter
Message-ID <[email protected]>
On 2018-02-14 01:14 <[email protected]> wrote:
> 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.

A workaround would be to keep the '#0' column with the image.
But I need to remove the tree space (some pixel on the left of the
picture) because I don't need a tree. But show='headings' would remove
the complete '#0' column with the image.

I need an image in each list row as small button. The user can use this
as a flag to mark some rows.