public interface HasVerticalScrolling
| Modifier and Type | Method and Description | 
|---|---|
| int | getMaximumVerticalScrollPosition()Get the maximum position of vertical scrolling. | 
| int | getMinimumVerticalScrollPosition()Get the minimum position of vertical scrolling. | 
| int | getVerticalScrollPosition()Gets the vertical scroll position. | 
| void | setVerticalScrollPosition(int position)Sets the vertical scroll position. | 
int getMaximumVerticalScrollPosition()
scrollHeight - clientHeight.int getMinimumVerticalScrollPosition()
int getVerticalScrollPosition()
void setVerticalScrollPosition(int position)
position - the new vertical scroll position, in pixels