computeHorizontalScrollRange

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 computeHorizontalScrollExtent and computeHorizontalScrollOffset.

Default implementation returns 0.

If you want to support scroll bars, override computeHorizontalScrollRange in your LayoutManager.

Return

The total horizontal range represented by the horizontal scrollbar

See also