[Mono-bugs] [Bug 434304] New: Controls added to a listview are not painted
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Oct 10 10:33:54 EDT 2008
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: mono-bugs at lists.ximian.com
ReportedBy: noyelles.david at wanadoo.fr
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list