[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
Fri Dec 29 10:28:43 EST 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 georgegiolfan at yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80207
--- shadow/80207 2006-12-14 19:19:00.000000000 -0500
+++ shadow/80207.tmp.26391 2006-12-29 10:28:43.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 80207
Product: Mono: Class Libraries
Version: 1.2
OS: Windows XP
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: mkestner at ximian.com
ReportedBy: georgegiolfan at yahoo.com
QAContact: mono-bugs at ximian.com
@@ -57,6 +57,12 @@
set the height. A quick fix could be to simply use
this.column_rect.Height = ThemeEngine.Current.DefaultFont.Height + 5;
in all cases, if this does not affect anything else.
------- Additional Comments From mkestner at ximian.com 2006-12-14 19:18 -------
revision 69513.
+
+------- Additional Comments From georgegiolfan at yahoo.com 2006-12-29 10:28 -------
+It was fixed only for
+TestColumnHeader.Width = -2;
+It still exists for
+TestColumnHeader.Width = -1;
More information about the mono-bugs
mailing list