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=81391 --- shadow/81391 2007-04-17 22:15:16.000000000 -0400 +++ shadow/81391.tmp.9052 2007-04-17 22:15:16.000000000 -0400 @@ -0,0 +1,43 @@ +Bug#: 81391 +Product: Mono: Class Libraries +Version: 1.2 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: The PictureBox SizeMode property of "Zoom" does not work as under .NET2.0 + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: Selecting "Zoom" for the SizeMode property of a +Windows.Forms.PictureBox doesn't work as under Windows (the contained image +is not zoomed to fill the control under Mono). + + +Steps to reproduce the problem: +1. Create GUI application in Visual Studio 2005 that includes a PictureBox +with the SizeMode property set to "Zoom". The PictureBox should be set to +resize along with the main window. +2. Compile program and copy it to a Linux/Mono machine +3. Resizing the PictureBox (e.g. by resizing the application) does not +result in the included image to be resized. + +Actual Results: +As above. + +Expected Results: +As above. + +How often does this happen? +Always under Mono/Linux. Never under .NET2.0/Windows + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
