xthe x position to scroll toythe y position to scroll to
Set 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.
[Android Documentation]