computeHorizontalScrollRange

Override this method if you want to support scroll bars.

Read computeHorizontalScrollRange for details.

Default implementation returns 0.

Return

The total horizontal range represented by the horizontal scrollbar

Parameters

state

Current State of RecyclerView where you can find total item count

See also