- x
- the amount of pixels to scroll by horizontally
- y
- the amount of pixels to scroll by vertically
Move the scrolled position of your view. This will cause a call to View.OnScrollChanged(int, System.Int32, System.Int32, System.Int32) and the view will be invalidated.