[Mono-bugs] [Bug 79416][Nor] New - ListView: multiple items cannot be selected through API
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Sep 16 10:38:12 EDT 2006
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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=79416
--- shadow/79416 2006-09-16 10:38:12.000000000 -0400
+++ shadow/79416.tmp.32140 2006-09-16 10:38:12.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 79416
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ListView: multiple items cannot be selected through API
+
+When using the ListView API to select items, Mono's ListView does not
+allow more than one item to be selected.
+
+To reproduce, compile and run the attached repro, and click "Select".
+
+Expected result:
+
+The 1st and 3rd item in the listview are selected and a message box is
+shown stating "Number of selected items: 2"
+
+Actual result:
+
+Only the 3rd item in the listview is selected and a message box is shown
+stating "Number of selected items: 1"
More information about the mono-bugs
mailing list