[Mono-bugs] [Bug 407684] New: Listview produces flicker and uses 80% CPU when the width of a header is too large

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jul 9 13:59:14 EDT 2008


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


           Summary: Listview produces flicker and uses 80% CPU when the
                    width of a header is too large
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: x86
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: bdunstan at likewisesoftware.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Development


Created an attachment (id=226819)
 --> (https://bugzilla.novell.com/attachment.cgi?id=226819)
A windows form; error condition in issue is activated with buttons on the form.

If the width of the header within a list view is set to too large a value, the
list view will flicker and try to use all of CPU.  

In the attached test project, this column width is set with this line:

listView.Columns[0].Width = this.Width + 1000;

Windows is able to handle this situation without screen artifacts or excessive
CPU use.


-- 
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