All I want is to update an ListViewItem\'s text whithout seeing any flickering.
This is my code for updating (called several times):
listView.BeginUp
This is a shot in the dark, but you could try double buffering the control.
SetStyle( ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint | ControlStyles.DoubleBuffer, true)