如图,当鼠标点击右侧的滚动条,就会报错,后面每次鼠标指向滚动条都会报错
************** 异常文本 **************
System.ArgumentOutOfRangeException: The value is not valid; the value must be between the minimum and maximum values.
参数名: Value
实际值是 -2147483648。
在 FarPoint.Win.Spread.FpScrollBar.c(Int32 A_0)
在 FarPoint.Win.Spread.FpScrollBar.OnMouseMove(MouseEventArgs e)
在 System.Windows.Forms.Control.WmMouseMove(Message& m)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 FarPoint.Win.Spread.SpreadVScrollBar.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
|
|