[Mono-bugs] [Bug 80448][Min] Changed - ListView horizontal scroll issue in details view
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jan 4 14:23:21 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 gert.driesen at pandora.be.
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: toshok at ximian.com
ReportedBy: georgegiolfan at yahoo.com
QAContact: mono-bugs at ximian.com
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 gert.driesen at pandora.be 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.
More information about the mono-bugs
mailing list