0

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 ?

Community
  • 1
  • 1
user2214609
  • 4,713
  • 9
  • 34
  • 41
  • You just used the wrong answer. Start from the bottom and pick the answer that uses 3 lines of code. Which is all it takes. An answer isn't better because it uses more code. On the contrary. – Hans Passant Aug 03 '13 at 18:00

1 Answers1

1

I quickly ran through that anwser and i suspect that calling the EnableDoubleBuffer(myListVeiew); should be what you're looking for...

DaMachk
  • 643
  • 4
  • 10