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
Hi
I'm having similar exception with UltraWinGrid-->Filter's Vertical ScrollBar.
My Scenario:
I have an ultrawinGrid, for which I set the FilterUIProvider property with UltraGridFilterUIProvider. So, when I had lots of rows in my grid, I opened the filter on one column, and then using mouse, scroll the vertical scrollbar to middle (don't mouse up yet), move the cursor on to the any displayed (while holding the mouse button down) on the filter dialog and then release the mouse button --> you will get the following crash:
Error Description:
Value must be between the minimum and maximum values.Parameter name: Value(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.EndThumbDrag() at Infragistics.Win.UltraWinScrollBar.ScrollThumbUIElement.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.UltraControlBase.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.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam))
Call Stack:
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.EndThumbDrag() at Infragistics.Win.UltraWinScrollBar.ScrollThumbUIElement.OnMouseUp(MouseEventArgs e) at Infragistics.Win.ControlUIElementBase.ProcessMouseUpHelper(Object sender, MouseEventArgs e) at Infragistics.Win.ControlUIElementBase.ProcessMouseUp(Object sender, MouseEventArgs e)
Please HELP!!!
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.