2008-06-03 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Tue, 3 Jun 2008 15:32:57 +0000 (15:32 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Tue, 3 Jun 2008 15:32:57 +0000 (15:32 -0000)
commit1349d3330957acf942aa00c58bca18ec7e4272f5
treefaff19fed2112b73f3474ade8afd91b704c74e39
parent97c836c4576a7199ffce6fcf58afb3633b16cb41
2008-06-03  Jonathan Pobst  <monkey@jpobst.com>

* DefaultLayout.cs: It appears that TableLayoutPanels are immune to
AutoSizeMode and always ShrinkAndGrow.  [Fixes bug #396433]

2008-06-03  Jonathan Pobst  <monkey@jpobst.com>

* TableLayoutTest.cs Add another test for bug #396433.

svn path=/trunk/mcs/; revision=104766
mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/DefaultLayout.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TableLayoutTest.cs