Артем Житник wrote:
wxpython - How to make icons invisible on wx.ListCtrl in report mode? - Stack Overflow
Answered at StackOverflow, copied here for posterity and the archive:
The Microsoft ListView widget has a wonderful "feature" where if there is an image list assigned to the control then it assumes that you always want to display an image for every item. If you don't specify one for an item then it will use the first one in the image list for you, because according to MS that is what you really wanted to do but just forgot to do it yourself. Apparently.
Anyway, the workaround is to either make the first image in the image list be a fully transparent icon, or to explicitly assign some other icon to the items.
···
--
Robin Dunn
Software Craftsman