public class VerticalScrollEventsController
extends java.lang.Object
Prop
to a VerticalScrollSpec
to trigger events from outside the component hierarchy.Constructor and Description |
---|
VerticalScrollEventsController() |
Modifier and Type | Method and Description |
---|---|
void |
scrollTo(int y) |
void |
scrollToBottom() |
void |
scrollToTop() |
void |
setScrollView(LithoScrollView scrollView) |
void |
smoothScrollTo(int y) |
public void setScrollView(LithoScrollView scrollView)
public void scrollTo(int y)
public void smoothScrollTo(int y)
public void scrollToTop()
public void scrollToBottom()