RecyclerBinderScroller
Functions
Link copied to clipboard
Scroll the LazyCollection so that the child with the given id is fully visible. For an animated scroll use smoothScrollToId.
Link copied to clipboard
Scroll the LazyCollection so that the child at the given index is fully visible. For an animated scroll use smoothScrollToIndex.
Link copied to clipboard
open override fun smoothScrollToId(id: Any, offset: Int, smoothScrollAlignmentType: SmoothScrollAlignmentType?)
Perform an animated scroll on the LazyCollection so that the child with the given id is fully visible. For an animated scroll use smoothScrollToId.
Link copied to clipboard
open override fun smoothScrollToIndex(index: Int, offset: Int, smoothScrollAlignmentType: SmoothScrollAlignmentType?)
Perform an animated scroll on the LazyCollection so that the child at the given index is fully visible. For an instantaneous scroll use scrollToIndex.