Android.Views.View.ComputeVerticalScrollExtent Method

Syntax

[Android.Runtime.Register("computeVerticalScrollExtent", "()I", "GetComputeVerticalScrollExtentHandler")]
protected virtual int ComputeVerticalScrollExtent ()

See Also

View.ComputeVerticalScrollRange
View.ComputeVerticalScrollOffset

Returns

Documentation for this section has not yet been entered.

Remarks

Compute the vertical extent of the vertical scrollbar's thumb within the vertical range. This value is used to compute the length of the thumb within the scrollbar's track.

The range is expressed in arbitrary units that must be the same as the units used by View.ComputeVerticalScrollRange and View.ComputeVerticalScrollOffset.

The default extent is the drawing height of this view.

[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