[Mono-bugs] [Bug 346246] TableLayoutPanel: autosize problem

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Dec 13 16:27:56 EST 2007


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

User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=346246#c3


Jonathan Pobst <jpobst at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                                        |RESOLVED
         Resolution|                                                |FIXED




--- Comment #3 from Jonathan Pobst <jpobst at novell.com>  2007-12-13 14:27:56 MST ---
Fixed in r91245 and r91251.  Thanks for the report and the test case!

2007-12-13  Jonathan Pobst  <monkey at jpobst.com>

        * TableLayoutPanel.cs: Override GetPreferredSizeCore so
        we can provide an implementation of AutoSize.
        [Fixes bug #346246]

2007-12-13  Jonathan Pobst  <monkey at jpobst.com>

        * TableLayout.cs: Use ExplicitBounds so that we get the user requested
        size, not the AutoSize/Dock size.  Make CalculateControlPositions
        internal so that TableLayoutPanel can call it.
        [Fixes bug #346246]

2007-12-13  Jonathan Pobst  <monkey at jpobst.com>

        * TableLayoutTest.cs: Add tests for bug #346246.

2007-12-13  Jonathan Pobst  <monkey at jpobst dot com>

        * Control.cs: Perform our layout after we resize ourselves
        if we had to adjust our AutoSize.  Missed commit for bug
        #346246.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list