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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Ehsan said:
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.
 
Back
Top