我将.ScrollBarShowMax属性设为False之后,出现了一个问题。画面启动(横向滚动条在最左端)之后直接点击横向滚动条的左箭头,会发生异常。内容如下:
System.ArgumentOutOfRangeException: 非有效值。值不在最大值与最小值之间。
参数名: Value
实际值 7 。
场所 FarPoint.Win.Spread.FpScrollBar.a(Int32 A_0)
场所 FarPoint.Win.Spread.FpScrollBar.OnMouseDown(MouseEventArgs e)
场所 System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
场所 System.Windows.Forms.Control.WndProc(Message& m)
场所 FarPoint.Win.Spread.FpScrollBar.WndProc(Message& m)
场所 FarPoint.Win.Spread.SpreadHScrollBar.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) |
|