Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2585
System.ArgumentOutOfRangeException: Value must be between the minimum and maximum values. when scrolling in UltraListView
posted

We are encountering the below issue. Is this a known bug?

In the Ultra Listview with a lot of rows the user clicks on the first row to highlight it, and then scrolls to the bottom of the list and clicks Shift+Click to highlight the entire list. Once this is done, clicking very rapidly within the scroll bar on the right to scroll the list, the screen encounters the error "System.ArgumentOutOfRangeException: Value must be between the minimum and maximum values."

 

This is an unhandled exception in the system. The complete message is:

System.ArgumentOutOfRangeException: Value must be between the minimum and maximum values.
Parameter name: Value
at Infragistics.Win.UltraWinScrollBar.ScrollBarInfo.set_Value(Int32 value)
at Infragistics.Win.UltraWinScrollBar.ScrollBarInfo.OnScroll(ScrollEventArgs e)
at Infragistics.Win.UltraWinScrollBar.ScrollBarInfo.OnScrollHelper(ScrollEventType type, Int32 newValue)
at Infragistics.Win.UltraWinScrollBar.ScrollBarInfo.EndScroll()
at Infragistics.Win.UltraWinScrollBar.ScrollTrackSubAreaUIElement.OnMouseUp(MouseEventArgs e)
at Infragistics.Win.ControlUIElementBase.ProcessMouseUpHelper(Object sender, MouseEventArgs e)
at Infragistics.Win.ControlUIElementBase.ProcessMouseUp(Object sender, MouseEventArgs e)
at Infragistics.Win.Utilities.ProcessEvent(Control control, ProcessEvent eventToProcess, EventArgs e)
at Infragistics.Win.UltraWinListView.UltraListView.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

 

Parents
No Data
Reply
  • 53790
    posted

    Hello Tammy,

    I try to reproduce your issue using latest versions 11.2.20112.1010 and 11.1.20111.2042, but without success. Could you please tell me what is your version and do you have any installed service release and which one. Also could you please take a look at the attached sample and let me know if you think that I didn`t reproduce your scenario. Please feel free to modify my sample to reproduce your issue and revert it back to me. I`ll be glad to research this issue for you. Please let me know if you have any questions.

    Regards

     

    UltraListViewWithCheckBox_2.zip
Children