Re: ListView Blues

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Sorry again for the delayed reply... But I thought about this before.
Having to store your "grid" in an array and worrying about updating it *and*
the ListView (or other grid control) is not only more complicated but it can
cost more CPU cycles. I use iGrid's cells to hold all my grid variables,
reading and writing to it as a please. If redraw is turned off, for example
for a second, it seems to be as fast as updating an element in an array.
And iGrid is even written in VB6. Very nice! as Borat would say.
.