Reputation: 4951
I know this question already asked and i have found this answer: How to prevent flickering in ListView when updating a single ListViewItem's text?
I created this class from the first respond and when my form loaded i created an instance from this class but from here what i need to do to prevent the flickering ?
Upvotes: 0
Views: 227
Reputation: 643
I quickly ran through that anwser and i suspect that calling the EnableDoubleBuffer(myListVeiew);
should be what you're looking for...
Upvotes: 1