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


           Summary: ListBox: Vertical scrolling is broken in HEAD
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


The change to ListBox.cs in r100654 has broken scrolling in ListBox and derived
controls.  The Math.Min in UpdateVerticalScrollBar bounding
vscrollbar.LargeChange should be a Math.Max.  Also a value of zero causes bad
behaviour (crash now, and when bug 384182 fixed no scroll) so the limit would
be better as one (1).  

The scrollbar fault with LargeChange set to zero is bug 384182.


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