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=80227 --- shadow/80227 2006-12-11 16:11:53.000000000 -0500 +++ shadow/80227.tmp.19669 2006-12-11 16:11:53.000000000 -0500 @@ -0,0 +1,29 @@ +Bug#: 80227 +Product: Mono: Class Libraries +Version: 1.2 +OS: GNU/Linux [Other] +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: DockStyle.Fill does not fill entire container + +When Control.Dock is set to DockStyle.Fill, the control should fill the +entire container. + +From the .NET Framework SDK: + +"If Fill is selected, all four sides of the control are resized to match +the containing control's edges." + +To reproduce: +1. compile and run the attached code snippet. +2. follow the on-screen instructions. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
