[Mono-bugs] [Bug 467086] New: ListView.ColumnWidthChanged not raised when changing ColumnHeader.Width programmatically.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jan 16 16:58:35 EST 2009


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


           Summary: ListView.ColumnWidthChanged not raised when changing
                    ColumnHeader.Width programmatically.
    Classification: Mono
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: mcarrion at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Beta-Customer


Created an attachment (id=265815)
 --> (https://bugzilla.novell.com/attachment.cgi?id=265815)
Example.

1. Compile the attached code
2. Click "Change width" button.
3. You will notice the column width changes, however the event is not raised.
4. No output.

Expected: Output

"Column width changed: 100"

NET raises the event when changing width, actually, when running the example
they raise 3 events (because of the 3 columns), so the I get the following
output when running the example (before clicking the button):

"Column width changed: 70"
"Column width changed: 70"
"Column width changed: 70"

however, this is a different bug, I'm guessing the event is raised when adding
the columns in the Columns property.

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