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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -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 [EMAIL PROTECTED] 2007-07-02 10:17 ------- +AutoSizeMode has now been implemented in Panel. This should work as +expected. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
