VerticalScrollEventsController

A controller that can be passed as com.facebook.litho.annotations.Prop to a to trigger events from outside the component hierarchy.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun scrollTo(y: Int)
Link copied to clipboard
open fun scrollToBottom()
Link copied to clipboard
open fun scrollToTop()
Link copied to clipboard
open fun setScrollView(@Nullable scrollView: LithoScrollView)
Link copied to clipboard
open fun smoothScrollTo(y: Int)