[Mono-bugs] [Bug 486181] New: Horizontal scrolling on DataGridView doesn't match .NET (not smooth)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Mar 17 15:59:54 EDT 2009


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


           Summary: Horizontal scrolling on DataGridView doesn't match
                    .NET (not smooth)
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: stifu at free.fr
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=280130)
 --> (https://bugzilla.novell.com/attachment.cgi?id=280130)
Test case

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.9.1b4pre) Gecko/20090317 Shiretoko/3.1b4pre (.NET CLR 3.5.30729)

See test case.
We have a simple DataGridView with 5 columns.

With .NET, when scrolling vertically, you move row by row. Horizontally,
however, scrolling is smooth, pixel by pixel. (On a side note, on my computer
with the attached test case, .NET has repaint problems when scrolling
horizontally: cell text gets messed up, then scrolling vertically fixes it)

With Mono, vertical scrolling matches .NET, but horizontal scrolling happens
column by column, not pixel by pixel. This also causes accessibility problems.
For example, try accessing the right-most column of the test case just by
scrolling: it'll be cut, you'll only be able to see a part of it.

Reproducible: Always

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