[Mono-bugs] [Bug 412161] New: TableLayoutPanel: Columns/ Rows are not automatically created when a control is added at an absolute position

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jul 25 07:01:09 EDT 2008


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: mono-bugs at lists.ximian.com
        ReportedBy: andyhume32 at yahoo.co.uk
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list