[Mono-bugs] [Bug 81199][Nor] New - Wrong resize behavior in nested controls

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Mar 20 11:49:03 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 bugzilla at woy.nl.

http://bugzilla.ximian.com/show_bug.cgi?id=81199

--- shadow/81199	2007-03-20 10:49:03.000000000 -0500
+++ shadow/81199.tmp.5584	2007-03-20 10:49:03.000000000 -0500
@@ -0,0 +1,31 @@
+Bug#: 81199
+Product: Mono: Class Libraries
+Version: 1.2
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: bugzilla at woy.nl               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Wrong resize behavior in nested controls
+
+I have a windows form with a panel on it ( Anchored to all sides of the 
+form ). In this panel I place a UserControl with Dock.Fill. The 
+UserControl contains a ListView Anchored to all sides of the control.
+
+I expect that I will see the complete listview and that is resizes to fit 
+inside the panel when I resize the form.
+
+Under MS .net 2.0 it works as I expect. But under mono ( SVN version from 
+2007-03-19 ) the Listview is resized larger as the panel so a part of the 
+listview is not displayed.
+
+I attached a zip file with an VS.NET 2005 project with sample code and a 
+compiled assembly to display the problem


More information about the mono-bugs mailing list