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


           Summary: Columns[0].Frozen not supported in DataGridView
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.2.x
          Platform: i586
        OS/Version: openSUSE 11.1
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


Created an attachment (id=279019)
 --> (https://bugzilla.novell.com/attachment.cgi?id=279019)
visual studio 2005 source code

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.0.5)
Gecko/2008120122 Firefox/3.0.5

dataGridView1.DataSource = MakeDataTable();
dataGridView1.Columns[0].Frozen = true;

when scroll horizonal-scroll-bar on mono,
   1. column 0 becomes unvisible
   2. form size is different
   3. press row-header cannot select record
   4. press TopLeftHeader cannot select all records


Reproducible: Always

Steps to Reproduce:
1.mono Bug_Frozen.exe
2.when scroll horizonal-scroll-bar, column 0 becomes unvisible.
3.press row-header can select record
4.form size is must same as windows system
Actual Results:  
Frozen not supported

Expected Results:  
 1*. when scroll horizonal-scroll-bar, column is visible always.
 2*. form size is must same as windows system
 3*. press row-header can select record
 4. press TopLeftHeader not select all records

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