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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80448 --- shadow/80448 2007-01-03 20:41:46.000000000 -0500 +++ shadow/80448.tmp.29680 2007-01-04 14:23:20.000000000 -0500 @@ -2,13 +2,13 @@ Product: Mono: Class Libraries Version: 1.2 OS: All OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Minor Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -50,6 +50,12 @@ I'm not sure I understand the layout logic of this implementation, but the problem seems to be in LayoutDetails. I suggest changing layout_wd = Math.Max (header_control.Width, item_control.Width); to layout_wd = header_control.Width; + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-04 14:23 ------- +I also noticed that an artifact (selection box) is drawn in the +first column, because the item has no text. + +Let me know if you want a separate bug report for this. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
