Méthode | Description | |
---|---|---|
GetTopAndBottom ( this element, |
Get the top and bottom of an element with respect to its parent.
|
|
LineDown ( this viewer ) : void |
Scroll the ScrollViewer down by a line.
|
|
LineLeft ( this viewer ) : void |
Scroll the ScrollViewer left by a line.
|
|
LineRight ( this viewer ) : void |
Scroll the ScrollViewer right by a line.
|
|
LineUp ( this viewer ) : void |
Scroll the ScrollViewer up by a line.
|
|
PageDown ( this viewer ) : void |
Scroll the ScrollViewer down by a page.
|
|
PageLeft ( this viewer ) : void |
Scroll the ScrollViewer left by a page.
|
|
PageRight ( this viewer ) : void |
Scroll the ScrollViewer right by a page.
|
|
PageUp ( this viewer ) : void |
Scroll the ScrollViewer up by a page.
|
|
ScrollToBottom ( this viewer ) : void |
Scroll the ScrollViewer to the bottom.
|
|
ScrollToTop ( this viewer ) : void |
Scroll the ScrollViewer to the top.
|
Méthode | Description | |
---|---|---|
ScrollByHorizontalOffset ( |
Scroll a ScrollViewer horizontally by a given offset.
|
|
ScrollByVerticalOffset ( |
Scroll a ScrollViewer vertically by a given offset.
|
public static GetTopAndBottom ( this element, |
||
element | this | The element to get the position of. |
parent | The parent of the element. | |
top | double | Vertical offset to the top of the element. |
bottom | double | /// Vertical offset to the bottom of the element. /// |
Résultat | void |
public static LineDown ( this viewer ) : void | ||
viewer | this | The ScrollViewer. |
Résultat | void |
public static LineLeft ( this viewer ) : void | ||
viewer | this | The ScrollViewer. |
Résultat | void |
public static LineRight ( this viewer ) : void | ||
viewer | this | The ScrollViewer. |
Résultat | void |
public static LineUp ( this viewer ) : void | ||
viewer | this | The ScrollViewer. |
Résultat | void |
public static PageDown ( this viewer ) : void | ||
viewer | this | The ScrollViewer. |
Résultat | void |
public static PageLeft ( this viewer ) : void | ||
viewer | this | The ScrollViewer. |
Résultat | void |
public static PageRight ( this viewer ) : void | ||
viewer | this | The ScrollViewer. |
Résultat | void |
public static PageUp ( this viewer ) : void | ||
viewer | this | The ScrollViewer. |
Résultat | void |
public static ScrollToBottom ( this viewer ) : void | ||
viewer | this | The ScrollViewer. |
Résultat | void |
public static ScrollToTop ( this viewer ) : void | ||
viewer | this | The ScrollViewer. |
Résultat | void |