[Mono-bugs] [Bug 80460][Min] Changed - FlowLayoutPanel does not take into account AutoSizeMode

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jul 2 10:17: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=80460

--- shadow/80460	2007-02-07 14:35:14.000000000 -0500
+++ shadow/80460.tmp.32700	2007-07-02 10:17:29.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 80460
 Product: Mono: Class Libraries
 Version: 1.2
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: Windows.Forms
 AssignedTo: monkey at jpobst.com                            
 ReportedBy: georgegiolfan at yahoo.com               
 QAContact: mono-bugs at ximian.com
@@ -31,6 +31,10 @@
         //This line changes the way the form looks.
         p.AutoSizeMode = AutoSizeMode.GrowAndShrink;
         p.Controls.AddRange(new Control[] { new Button(), new Button() });
         Controls.Add(p);
     }
 }
+
+------- Additional Comments From monkey at jpobst.com  2007-07-02 10:17 -------
+AutoSizeMode has now been implemented in Panel.  This should work as
+expected.


More information about the mono-bugs mailing list