public interface IWPFScrollable
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 - 取得するスクロールバーが水平方向か垂直方向かを指定double getScrollPosition(Orientation orientation)
orientation - 取得するスクロールバーが水平方向か垂直方向かを指定void scroll(ScrollDestination scrolldestination)
scrolldestination - ScrollViewer に設定する値void scrollToPosition(double offset,
Orientation orientation)
offset - ScrollViewer の値orientation - 設定するスクロールバーが水平方向か垂直方向かを指定Copyright 2009-2012 Micro Focus. All Rights Reserved.