https://bugzilla.novell.com/show_bug.cgi?id=412161


           Summary: TableLayoutPanel: Columns/Rows are not automatically
                    created when a control is added at an absolute position
           Product: Mono: Class Libraries
           Version: 1.9
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Columns/Rows are not automatically created when a control is added at an
absolute position.

Repro in app from bug 411858
1. Run
2. Hit Add At, with at=(3,2).
Expect to see four empty columns and three empty rows created and the new
button added in the bottom right cell.  Does in MSFT.
Currently in Mono, the new button is simply added to the first ((0,0)) cell,
and no (empty) columns/rows are created!
3. The existence of the empty columns/rows in MSFT can be seen by adding six
buttons.


----
((Note: drawing of the empty cell boundaries only occurs in MSFT when RowCount
is non-zero (but doesn't occur if _only_ ColumnCount is non-zero); or when at
least one control is present.  The draw only occurs in the second case on Mono,
but the former seems unimportant)).


-- 
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  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to