new ListView()
Methods
-
digBatches()
-
Manually dig batches from the props.onEndReached function.
-
isScrollbarActive()
-
Checks if content inside of scrollbar is long enough to have an active scrollbar.
-
scrollTo(topPosition)
-
Changes the scrollTop to the topPosition provided.
Parameters:
Name Type Description topPosition
number The desired scroll top position.