[Mono-bugs] [Bug 74687][Wis] New - ListView uses a whole internal offscreen bitmap
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 21 Apr 2005 14:32:24 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by jordi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74687
--- shadow/74687 2005-04-21 14:32:24.000000000 -0400
+++ shadow/74687.tmp.24140 2005-04-21 14:32:24.000000000 -0400
@@ -0,0 +1,27 @@
+Bug#: 74687
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jordi@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ListView uses a whole internal offscreen bitmap
+
+ListView uses a whole internal offscreen bitmap. This causes ListView not
+to scale when you use many items since the internal bitmap grows up
+proportionally to the number of items that you have. It can be a few
+megabytes big very soon.
+
+This control should be fixed to use only the necessary off-screen bitmap
+and less memory.
+
+Jordi,