IScrollInfo Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The IScrollInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
LineDown | Scrolls down within the content by one logical unit. |
|
LineLeft | Scrolls left within the content by one logical unit. |
|
LineRight | Scrolls right within the content by one logical unit. |
|
LineUp | Scrolls up within the content by one logical unit. |
|
MakeVisible | Forces content to scroll until the coordinate space of a visual object is visible. |
|
MouseWheelDown | Scrolls down within the content. |
|
MouseWheelLeft | Scrolls left within the content. |
|
MouseWheelRight | Scrolls right within the content. |
|
MouseWheelUp | Scrolls up within the content. |
|
PageDown | Scrolls down within the content by one page. |
|
PageLeft | Scrolls left within the content by one page. |
|
PageRight | Scrolls right within the content by one page. |
|
PageUp | Scrolls up within the content by one page. |
|
SetHorizontalOffset | Sets the amount of horizontal offset. |
|
SetVerticalOffset | Sets the amount of vertical offset. |
Show: