[Mono-bugs] [Bug 80207][Nor] Changed - ListView ColumnHeader has wrong height when Width is -1 or -2

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jan 18 17:29:09 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 georgegiolfan at yahoo.com.

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

--- shadow/80207	2007-01-02 18:23:39.000000000 -0500
+++ shadow/80207.tmp.1060	2007-01-18 17:29:09.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80207
 Product: Mono: Class Libraries
 Version: 1.2
 OS: Windows XP
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: mkestner at ximian.com                            
 ReportedBy: georgegiolfan at yahoo.com               
 QAContact: mono-bugs at ximian.com
@@ -153,6 +153,9 @@
     if (small_image_list != null)
         return_width += small_image_list.ImageSize.Width;
 }
 return new Size(return_width, 
 (int)Math.Ceiling(DeviceContext.MeasureString("a", Font).Height) + 4);
 
+
+------- Additional Comments From georgegiolfan at yahoo.com  2007-01-18 17:29 -------
+This works now due to other changes.


More information about the mono-bugs mailing list