Android.Views.View.ComputeVerticalScrollOffset Method

Syntax

[Android.Runtime.Register("computeVerticalScrollOffset", "()I", "GetComputeVerticalScrollOffsetHandler")]
protected virtual int ComputeVerticalScrollOffset ()

See Also

View.ComputeVerticalScrollRange
View.ComputeVerticalScrollExtent

Returns

Documentation for this section has not yet been entered.

Remarks

Compute the vertical offset of the vertical scrollbar's thumb within the horizontal range. This value is used to compute the position 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.ComputeVerticalScrollExtent.

The default offset is the scroll offset 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