Called by a parent to request that a child update its values for mScrollX
and mScrollY if necessary.
Syntax
[Android.Runtime.Register("computeScroll", "()V", "GetComputeScrollHandler")] public virtual voidComputeScroll ()
Remarks
Called by a parent to request that a child update its values for mScrollX
and mScrollY if necessary. This will typically be done if the child is
animating a scroll using a Android.Widget.Scroller
object.