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)
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!!!
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.
Regards
I haven't had time yet. It might be a few days will post back when I have it replicated.
Hello Tammy,
Have you been able to resolve your issue ? Please let me know if you have any questions.