https://bugzilla.novell.com/show_bug.cgi?id=433481
Summary: Maximize box not working properly with Windows Forms
Product: Mono: Class Libraries
Version: 1.9
Platform: x86
OS/Version: Ubuntu
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Windows.Forms
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: Development
Description of Problem:
System.Windows.Form has a property public bool MaximizeBox {get; set;} which
controls the visibility of the maximize box (top right). It does not change
anything, i.e. SomeForm.MaximizeBox = false does not hide the maximize box.
Also, another property : public bool ControlBox {get; set;} should cause all
control boxes (minimize, maximize, close) to hide when set to false.
Unfortunately, the maximize box remains visible (i.e. ControlBox = true : all
boxes visible, ControlBox = false : Minimize hidden, Maximize visible, Close
hidden).
Steps to reproduce the problem:
System.Windows.Forms.Form f = new System.Windows.Forms.Form();
f.MaximizeBox = false;
f.ShowDialog();
Actual Results:
The form shows up with maximize box visible.
Expected Results:
The form should show up with the maximize box hidden
How often does this happen?
Always
Additional Information:
Have fun !!!
Frank
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs