[Mono-bugs] [Bug 433481] New: Maximize box not working properly with Windows Forms

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Oct 8 10:06:04 EDT 2008


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: mono-bugs at lists.ximian.com
        ReportedBy: francois.trahan at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list