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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to