public interface IWPFScrollable
Modifier and Type | Method and Description |
---|---|
double |
getMaximumScrollPosition(Orientation orientation)
Retrieves the maximum position of the ScrollViewer.
|
double |
getScrollPosition(Orientation orientation)
Return the position of the ScrollViewer.
|
void |
scroll(ScrollDestination scrolldestination)
Sets the value of the ScrollViewer to a specific scrolldestination.
|
void |
scrollToPosition(double offset,
Orientation orientation)
Sets the position of the ScrollViewer.
|
double getMaximumScrollPosition(Orientation orientation)
orientation
- getMaximumScrollPosition of either the horizontal or vertical scrollbardouble getScrollPosition(Orientation orientation)
orientation
- getScrollPosition of either the horizontal or vertical scrollbarvoid scroll(ScrollDestination scrolldestination)
scrolldestination
- the value to set the ScrollViewervoid scrollToPosition(double offset, Orientation orientation)
offset
- the value of the ScrollViewerorientation
- scrollToPosition of either the horizontal or vertical scrollbarCopyright 2009-2012 Micro Focus. All Rights Reserved.