[Mono-bugs] [Bug 80828][Wis] Changed - Unable to use a ListView
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Feb 13 11:36:03 EST 2007
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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80828
--- shadow/80828 2007-02-13 11:35:47.000000000 -0500
+++ shadow/80828.tmp.25443 2007-02-13 11:36:03.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 80828
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: Windows XP Pro
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: Windows.Forms
AssignedTo: monkey at jpobst.com
ReportedBy: jeffr at newhartsystems.com
QAContact: mono-bugs at ximian.com
@@ -22,6 +22,15 @@
The Designers InitializeComponent sets a property
called "UseCompatibleStateImageBehavior" of the ListView. This causes an
exception:
this.KeyListView.UseCompatibleStateImageBehavior = false;
+
+------- Additional Comments From monkey at jpobst.com 2007-02-13 11:36 -------
+Yep, this feature isn't implemented, and we changed it from doing
+nothing to throwing the exception so people wouldn't expect it to do
+anything. We didn't realize at the time it was put there
+automagically by VS2005. This is fixed in SVN revision r72429 so that
+it does not throw the exception. Additionally, we will be releasing a
+Mono 1.2.3.1 shortly to fix some other issues, and I put the fix in
+there as well.
More information about the mono-bugs
mailing list