Please help us!
We wasted a couple of days debugging a slow list view control in .NET
and we realized that if you try to update the listview's listitems from a
class other than the form on which the listview is placed, it will get REAL
slow!
This seems to be a bug which we hope to be fixed in later versions of .NET
framework, but for now, we need a workaround quickly.
Any comments?
Thanx in advance.

Re: Goddamn Bug:ListView Updating Too Slow When Done Through Other Cla by Jon

Jon
Wed Apr 27 12:06:01 CDT 2005

Ehsan <Ehsan@discussions.microsoft.com> wrote:
> Please help us!
> We wasted a couple of days debugging a slow list view control in .NET
> and we realized that if you try to update the listview's listitems from a
> class other than the form on which the listview is placed, it will get REAL
> slow!
> This seems to be a bug which we hope to be fixed in later versions of .NET
> framework, but for now, we need a workaround quickly.
> Any comments?

Could you post a short but complete program which demonstrates the
problem?

See http://www.pobox.com/~skeet/csharp/complete.html for details of
what I mean by that.

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too