Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Return the scrolled top position of this view. This is the top edge of
the displayed part of your view. You do not need to draw any pixels above
it, since those are outside of the frame of your view on screen.
Set method documentation [Android Documentation]
Set the vertical 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.