[Mono-bugs] [Bug 707844] New: FlowLayoutPanel
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Jul 23 15:33:46 EDT 2011
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 at lists.ximian.com
ReportedBy: guill_pm at yahoo.fr
QAContact: mono-bugs at 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.
More information about the mono-bugs
mailing list