Valhalla Legends Forums Archive | Visual Basic Programming | Odd listview problem

AuthorMessageTime
CrAz3D
[img]http://68.35.184.146/xeno/images/weird2.gof[/img]
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?
March 2, 2005, 12:44 AM
Quarantine
.Refresh
March 2, 2005, 12:50 AM
CrAz3D
Hmm, too bad, do that everytime I addsomething/remove something?
March 2, 2005, 12:51 AM
KkBlazekK
I don't have that problem ever. :-\
March 2, 2005, 2:35 AM
CrAz3D
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.
March 2, 2005, 4:06 AM
Stealth
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.
March 3, 2005, 1:44 AM
CrAz3D
k, thnx for that bit of info
March 3, 2005, 3:55 AM

Search