(http://68.35.184.146/xeno/images/weird2.gof)
Notice how some of the icons are doubled over each other?... yeah, weird
If I minimize the bot they show up normal, how could I fix this?
.Refresh
Hmm, too bad, do that everytime I addsomething/remove something?
I don't have that problem ever. :-\
I haven't had it before, I was just wondering if it might be something a bit odd that I did. But it shouldn't be, I used same code as I usually do when dealing with listviews.
Are you, by any chance, disabling (.Enabled = False) the listview before adding things to it, then re-enabling (.Enabled = True) it when you're done? Give that a shot. .Refresh is really CPU-heavy because it forces Windows to repaint everything.
k, thnx for that bit of info