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: Valueat 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)
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
We are using 10.2. I upgraded to the latest service release but still receive the error. I am working on getting a stub that reproduces the issue.
I change the assemlies in my previous sample with latest version 10.2.20102.2151, but I`m still not able to reproduce your issue. Please try to modify my sample to reproduce the issue and revert it back to me.
Thanks and Regards
Have you been able to resolve your issue ? Please let me know if you have any questions.
I haven't had time yet. It might be a few days will post back when I have it replicated.
Hello,
I have the same error, but in a different context.
I use a Timeline view, and when the form have a small size (eg 1000*800), if I click on the button right of the horizontal scrollbar, the message appear and close all my application.
Thanks for the feedback. I`ll wait your response.