Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82605 --- shadow/82605 2007-08-28 11:27:07.000000000 -0400 +++ shadow/82605.tmp.15807 2007-08-28 12:01:14.000000000 -0400 @@ -290,6 +290,13 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-08-28 11:27 ------- The mono bug for everaldo's code is setting both AutoSize=true and Anchor=Left|Right. AutoSize means make the label as small as possible and Anchor means make the label's width fill the space. We interpret this contradiction differently from .net. So it's actually a bug in our TableLayoutPanel. + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-28 12:01 ------- +from me i also say label.dock = fill, autosize = true and anchor left| +right at the begining but if yu change the dock property with the +winform editor (not by the code it's really important(try VS Express +it s free), Autosize and anchor property are automaticaly adjust from +you choice of docking. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
