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=81718

--- shadow/81718        2007-05-23 11:50:12.000000000 -0400
+++ shadow/81718.tmp.12092      2007-05-23 14:12:37.000000000 -0400
@@ -2,16 +2,16 @@
 Product: Mono: Class Libraries
 Version: 1.2
 OS: SLD 1
 OS Details: SLED + Mono 1.2.4
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: Windows.Forms
-AssignedTo: [EMAIL PROTECTED]                            
+AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Controls don't get correctly resized
@@ -41,6 +41,19 @@
 
 
 ------- Additional Comments From [EMAIL PROTECTED]  2007-05-23 11:50 -------
 Created an attachment (id=19296)
 The code + the app
 
+
+------- Additional Comments From [EMAIL PROTECTED]  2007-05-23 14:12 -------
+Well, a quick fix is this:
+
+private void CollapseForm()
+{
+  OptionsPanel.Visible = false;
+  this.Size = new Size(this.Width, this.Height - OptionsPanel.Height);
+  bFormExpanded = false;
+}
+
+I am still researching why that works, but flipping the first 2
+statements doesn't work.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to