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


           Summary: Controls added to a listview are not painted
           Product: Mono: Class Libraries
           Version: SVN
          Platform: 32bit
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Created an attachment (id=244881)
 --> (https://bugzilla.novell.com/attachment.cgi?id=244881)
Source code

Description of Problem:
Programaticaly added controls by the Add procedure of the Control property of a
listview are not displayed

Steps to reproduce the problem:
1. Create a listview 
2. Add a control (for example a Button) to the previous Listview by
<code>this.llistview1.Controls.add(new Button())</code>


Actual Results:
Nothing displayed

Expected Results:
Control displayed

How often does this happen? 
Always

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

Reply via email to