[Mono-bugs] [Bug 74763][Wis] New - Windows.Forms.SetClientSizeCore() move the Window
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 28 Apr 2005 21:04:05 -0400 (EDT)
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 borsanza@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74763
--- shadow/74763 2005-04-28 21:04:05.000000000 -0400
+++ shadow/74763.tmp.4240 2005-04-28 21:04:05.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 74763
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: Gentoo 2005.0
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: borsanza@gmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Windows.Forms.SetClientSizeCore() move the Window
+
+Description of Problem:
+ You call the method SetClientSizeCore in a Control (Form) and it move and
+size the Window.
+
+Steps to reproduce the problem:
+ this.SizeClientSizeCore(100, 100);
+
+Actual Results:
+ The windows move and size.
+
+Expected Results:
+ Only size a Window and don't move it.