[Mono-bugs] [Bug 80466][Nor] Changed - ListBox.Height should not return the height of the displayed box (multiple of the item height plus borders) even if IntegralHeight is true
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 9 10:50:29 EDT 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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80466
--- shadow/80466 2007-05-28 18:19:38.000000000 -0400
+++ shadow/80466.tmp.23852 2007-07-09 10:50:29.000000000 -0400
@@ -5,13 +5,13 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: Windows.Forms
-AssignedTo: calberto.cortez at gmail.com
+AssignedTo: monkey at jpobst.com
ReportedBy: georgegiolfan at yahoo.com
QAContact: mono-bugs at ximian.com
TargetMilestone: 1_2
URL:
Cc:
Summary: ListBox.Height should not return the height of the displayed box (multiple of the item height plus borders) even if IntegralHeight is true
@@ -45,6 +45,9 @@
native code, used for rendering.
MWF could do the same. Control could have another variable that
stores the equivalent of the native size, which would be passed to
XplatUI.SetWindowPos. It could be set to the normal size in
SetBoundsCore, and controls that change it should use it for
rendering.
+
+------- Additional Comments From monkey at jpobst.com 2007-07-09 10:50 -------
+Stealing from Calberto.
More information about the mono-bugs
mailing list