Android.Views.View.ComputeHorizontalScrollRange Method

Syntax

[Android.Runtime.Register("computeHorizontalScrollRange", "()I", "GetComputeHorizontalScrollRangeHandler")]
protected virtual int ComputeHorizontalScrollRange ()

See Also

View.ComputeHorizontalScrollExtent
View.ComputeHorizontalScrollOffset

Returns

Documentation for this section has not yet been entered.

Remarks

Compute the horizontal range that the horizontal scrollbar represents.

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

The default range 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