public interface HasHorizontalScrolling
Modifier and Type | Method and Description |
---|---|
int |
getHorizontalScrollPosition()
Gets the horizontal scroll position.
|
int |
getMaximumHorizontalScrollPosition()
Get the maximum position of horizontal scrolling.
|
int |
getMinimumHorizontalScrollPosition()
Get the minimum position of horizontal scrolling.
|
void |
setHorizontalScrollPosition(int position)
Sets the horizontal scroll position.
|
int getHorizontalScrollPosition()
int getMaximumHorizontalScrollPosition()
scrollWidth - clientWidth
.int getMinimumHorizontalScrollPosition()
void setHorizontalScrollPosition(int position)
position
- the new horizontal scroll position, in pixels