https://bugzilla.novell.com/show_bug.cgi?id=707844
https://bugzilla.novell.com/show_bug.cgi?id=707844#c0 Summary: FlowLayoutPanel Classification: Mono Product: Mono: Class Libraries Version: 2.6.x Platform: i686 OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: Windows.Forms AssignedTo: mono-bugs@lists.ximian.com ReportedBy: guill...@yahoo.fr QAContact: mono-bugs@lists.ximian.com Found By: --- Blocker: --- Description of Problem: When we add several controls, the FlowLayoutPanel computes correctly the size(cutting) according to the given direction(management), but place the controls in the opposite sense(direction), consequently we do not see all the controls. Steps to reproduce the problem: 1. Put a FlowLayoutPanel control in a window with : - Wrapcontents = true; - Flowdirection = FlowdirectionTopDown - width = 50; 2. In a Load a fonction Add two buttons whom their size is 40. Call the ResumeLayout method and th bug would appear. Actual Results: Location of button number 1 is { 3, 3 } and location of button number 2 is { 46, 3 } Expected Results: Location of button number 1 would be { 3, 3 } and location of button number 2 would be { 3, 46 } How often does this happen? Everytime. Additional Information: -- Configure bugmail: https://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. _______________________________________________ mono-bugs maillist - mono-bugs@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-bugs