[Mono-bugs] [Bug 81391][Wis] New - The PictureBox SizeMode property of "Zoom" does not work as under .NET2.0
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 17 22:15:16 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 robbel at gmail.com.
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: toshok at ximian.com
+ReportedBy: robbel at gmail.com
+QAContact: mono-bugs at ximian.com
+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:
More information about the mono-bugs
mailing list