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=80863 --- shadow/80863 2007-02-15 05:02:36.000000000 -0500 +++ shadow/80863.tmp.31681 2007-02-15 05:02:36.000000000 -0500 @@ -0,0 +1,45 @@ +Bug#: 80863 +Product: Mono: Class Libraries +Version: 1.2 +OS: other +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Wrong Resize Behavior With Anchors inside groupbox + +Please fill in this template when reporting a bug, unless you know what +you are doing. +Description of Problem: +When I have a GroupBox ( Anchor to all sides of a form (Left,Top, Right, +Bottom ) with an ListView inside it anchored to all sides of the GroupBox. +The resize doesn't work correctly. + +At first the form is displayed correctly with the complete groupbox and +listview. After resizing the form the groupbox resizes alright but the +resizing of the ListView doesn't corrospond to the resizing of the +GroupBox ( The listview becomes larger than the GroupBox ). + + +Steps to reproduce the problem: +1. Create a form with an GroupBox anchored to all sides of the form +2. Add a ListView ( in detail view with a few collumns ) to the groupbox +3. Anchor the ListView to Left, Top, Right, Bottom. +4. Run the form in mono ( 1.2.3 ). + +Actual Results: +ListView size is wrong + +Expected Results: +ListView size OK + +How often does this happen? +Always _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
