public interface IWPFScrollable
Modifier and Type | Method and Description |
---|---|
double |
getMaximumScrollPosition(Orientation orientation)
检索 ScrollViewer 的最大位置。
|
double |
getScrollPosition(Orientation orientation)
返回 ScrollViewer 的位置。
|
void |
scroll(ScrollDestination scrolldestination)
设置 ScrollViewer 的值为指定 scrolldestination。
|
void |
scrollToPosition(double offset,
Orientation orientation)
设置 ScrollViewer 的位置。
|
double getMaximumScrollPosition(Orientation orientation)
orientation
- 水平或垂直滚动条的 GetMaximumScrollPositiondouble getScrollPosition(Orientation orientation)
orientation
- 水平或垂直滚动条的 GetScrollPositionvoid scroll(ScrollDestination scrolldestination)
scrolldestination
- 设置 ScrollViewer 使用的值void scrollToPosition(double offset, Orientation orientation)
offset
- ScrollViewer 的值orientation
- 水平或垂直滚动条的 ScrollToPositionCopyright 2009-2012 Micro Focus. All Rights Reserved.