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