The TableLayoutPanelTest2 project works properly without patching Mono. No errors, same rendering as .NET.
http://mono.1490590.n4.nabble.com/file/n4650550/mono_tablelayout2.png mono_tablelayout2.png Steven Boswell II wrote > > Enclosed is bug fix #2 of 3 for TableLayoutPanel. > > http://msdn.microsoft.com/en-us/library/ms171690.aspx says that, when the > panel's AutoSize property is set to true, that Percent-style columns get > treated like AutoSize-style columns with regard to the widest child > control in the column. Mono didn't do that; it does now. > > > Enclosed is a zip archive with a patch, a unit test, and a project. As > usual, apply the unit test, watch it fail, apply the patch, watch the unit > test succeed, and use the project to verify equivalent behavior under .NET > and MS Windows. > > Coming next...a fix for table-layout panels when no control starts in a > particular row/column. Mono makes those rows/columns have zero extent, > but .NET doesn't. This is the bug fix that'll make the TableLayoutPanel1 > project display properly under Mono. > > Steven Boswell > > _______________________________________________ > Mono-devel-list mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-devel-list > -- View this message in context: http://mono.1490590.n4.nabble.com/Patches-for-mono-winforms-tp4650546p4650550.html Sent from the Mono - Dev mailing list archive at Nabble.com. _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
