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

jyoti_C# jyoti.b.kolhe at intel.com
Tue Apr 21 14:30:41 EDT 2009


Using BeginUpdate() and EndUpdate() worked well for adding items. But, I
still see very slow listview refresh when a column is resized. Do I need to
capture these events and add above function calls in the event handler?
Basically, the problem is that refresh of listview is very slow. Is there
any solution that will fix the list view performance universally(column
reszing, scrolling, coming out of screensaver etc.) and not just when I add
items.

Thanks.
-- 
View this message in context: http://www.nabble.com/Very-slow-performance-in-WinForms-ListView-tp20725159p23162133.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.



More information about the Mono-winforms-list mailing list