Android.Views.View.ComputeHorizontalScrollExtent Method

Syntax

[Android.Runtime.Register("computeHorizontalScrollExtent", "()I", "GetComputeHorizontalScrollExtentHandler")]
protected virtual int ComputeHorizontalScrollExtent ()

See Also

View.ComputeHorizontalScrollRange
View.ComputeHorizontalScrollOffset

Returns

Documentation for this section has not yet been entered.

Remarks

Compute the horizontal extent of the horizontal scrollbar's thumb within the horizontal 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.ComputeHorizontalScrollRange and View.ComputeHorizontalScrollOffset.

The default extent is the drawing width 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