- deltaX
- Change in X in pixels
- deltaY
- Change in Y in pixels
- scrollX
- Current X scroll value in pixels before applying deltaX
- scrollY
- Current Y scroll value in pixels before applying deltaY
- scrollRangeX
- Maximum content scroll range along the X axis
- scrollRangeY
- Maximum content scroll range along the Y axis
- maxOverScrollX
- Number of pixels to overscroll by in either direction along the X axis.
- maxOverScrollY
- Number of pixels to overscroll by in either direction along the Y axis.
- isTouchEvent
- true if this scroll operation is the result of a touch event.
Documentation for this section has not yet been entered.
Scroll the view with standard behavior for scrolling beyond the normal content boundaries. Views that call this method should override View.OnOverScrolled(int, System.Int32, System.Int32, System.Int32) to respond to the results of an over-scroll operation. Views can use this method to handle any touch or fling-based scrolling.