Android.Views.View.ComputeHorizontalScrollOffset Method

Syntax

[Android.Runtime.Register("computeHorizontalScrollOffset", "()I", "GetComputeHorizontalScrollOffsetHandler")]
protected virtual int ComputeHorizontalScrollOffset ()

See Also

View.ComputeHorizontalScrollRange
View.ComputeHorizontalScrollExtent

Returns

Documentation for this section has not yet been entered.

Remarks

Compute the horizontal offset of the horizontal 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.ComputeHorizontalScrollRange and View.ComputeHorizontalScrollExtent.

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