ListView first column indent

Started by fred_tomke · 2008-05-14 10:00 UTC · 2 replies · SMF topic #320

Hello,

when I want to show icons in a listview in the first column in each row then I have to add icons to the listview's imagelist and I have to use them in dcl_listview_filllist or dcl_listview_additem. In this case the text in these cells will be indented for the images.

In the following screenshot I have a listview without any icon in the imagelist but nevertheless the texts are indented. That was not so in earlier releases. Is this by design?

Fred
Attachments
The code was setting a blank image by default when no image list was specified. I'm not sure why it did this. I've removed that code for the next build so that list items display without the blank space. Hopefully this doesn't break something that the blank image was intended to fix.
Thanks Owen, I'm sure, I'll be there to find out what it breaks  ;) .

Fred