https://bugzilla.novell.com/show_bug.cgi?id=360862


           Summary: ComboBox doesn't calculate its height after CreateHandle
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs@lists.ximian.com
        ReportedBy: [EMAIL PROTECTED]
         QAContact: mono-bugs@lists.ximian.com
          Found By: ---


ComboBox should adjust its height to fit the font after CreateHandle.  Attached
is a sample app to demonstrate the issue.  Output on MS.NET 2.0 is 21, 30. 
Output on Mono is 21, 21.  This isn't a problem for apps made with Visual
Studio's form designer, though, because each control's Size property is set and
ComboBox adjusts to the correct height in SetBoundsCore with
BoundsSpecified.Height.


-- 
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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to