F frankie Aug 2, 2003 #1 Does anyone know how to prevent listview from redrawing while filling it with data (in C#)?
A AlexS Aug 3, 2003 #2 Try BeginUpdate/EndUpdate methods. Put filling code inside. Should work. HTH Alex