[Mono-winforms-list] Very slow performance in WinForms ListView

Jonathan Pobst monkey at jpobst.com
Mon Apr 20 22:08:34 EDT 2009


> Is there any way to make listview update faster?

Before you begin adding items, call ListView.BeginUpdate.  When you are 
finished adding items, call ListView.EndUpdate.

Jonathan


More information about the Mono-winforms-list mailing list