[Mono-bugs] [Bug 384183] New: ListBox: Vertical scrolling is broken	in HEAD
    bugzilla_noreply at novell.com 
    bugzilla_noreply at novell.com
       
    Sun Apr 27 09:10:53 EDT 2008
    
    
  
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: mono-bugs at lists.ximian.com
        ReportedBy: andyhume32 at yahoo.co.uk
         QAContact: mono-bugs at lists.ximian.com
          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.
    
    
More information about the mono-bugs
mailing list