[Mono-bugs] [Bug 504582] ClientSize property not properly applied when assigned prior to Text property assigment

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat May 16 11:08:13 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=504582

User jmichels at bluefintrading.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=504582#c1





--- Comment #1 from James Michels <jmichels at bluefintrading.com>  2009-05-16 09:08:11 MDT ---
The original report is incorrect. Corrected below.

For a window with FormBorderStyle =
System.Windows.Forms.FormBorderStyle.FixedToolWindow

If the Text property of a System.Windows.Forms.Form class is
assigned AFTER the ClientSize property, the resulting client size is not
correctly displayed. It appears that the displayed client size is reduced by
the amount of space consumed by the border elements.

If the ClientSize property is assigned after the Text property, the
correct behavior is observed.

-- 
Configure bugmail: http://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