[Mono-bugs] [Bug 346955] New: [X11] BadMatch error in ListView

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Dec 7 14:26:05 EST 2007


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


           Summary: [X11] BadMatch error in ListView
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: jpobst at novell.com
         QAContact: mono-bugs at ximian.com
          Found By: ---


BadMatch from the following code (taken from ColumnHeaderTest.WidthTest).

Test on r90954.

using System;
using System.Windows.Forms;

class MainForm
{
        static void Main ()
        {
                ColumnHeader col = new ColumnHeader ();
                col.Text = "Column text";

                ListView lv = new ListView ();
                lv.View = View.Details;
                lv.Columns.Add (col);
                lv.CreateControl ();
        }
}


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