Android.Views.View.ComputeScroll Method
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 void ComputeScroll ()

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.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1