[Mono-bugs] [Bug 78854][Nor] Changed - ListControl: DataSource should accept null value

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jul 14 18:00:07 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 unserkonig at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=78854

--- shadow/78854	2006-07-14 07:09:55.000000000 -0400
+++ shadow/78854.tmp.12664	2006-07-14 18:00:06.000000000 -0400
@@ -42,6 +42,10 @@
         {
                 ListBox listbox = new ListBox ();
                 listbox.DataSource = null; // This line causes the problem
         }
 }
 
+
+------- Additional Comments From unserkonig at gmail.com  2006-07-14 18:00 -------
+To be precise, ListControl.Display member should be set to
+String.Empty when the value for ListControl.DataSource is null.


More information about the mono-bugs mailing list