computeVerticalScrollRange

Override this method if you want to support scroll bars.

Read computeVerticalScrollRange for details.

Default implementation returns 0.

Return

The total vertical range represented by the vertical scrollbar

Parameters

state

Current State of RecyclerView where you can find total item count

See also