IScrollInfo Methods
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| LineDown | Scrolls down within content by one logical unit. |
| LineLeft | Scrolls left within content by one logical unit. |
| LineRight | Scrolls right within content by one logical unit. |
| LineUp | Scrolls up within content by one logical unit. |
| MakeVisible | Forces content to scroll until the coordinate space of a Visual object is visible. |
| MouseWheelDown | Scrolls down within content after a user clicks the wheel button on a mouse. |
| MouseWheelLeft | Scrolls left within content after a user clicks the wheel button on a mouse. |
| MouseWheelRight | Scrolls right within content after a user clicks the wheel button on a mouse. |
| MouseWheelUp | Scrolls up within content after a user clicks the wheel button on a mouse. |
| PageDown | Scrolls down within content by one page. |
| PageLeft | Scrolls left within content by one page. |
| PageRight | Scrolls right within content by one page. |
| PageUp | Scrolls up within content by one page. |
| SetHorizontalOffset | Sets the amount of horizontal offset. |
| SetVerticalOffset | Sets the amount of vertical offset. |
Reference
IScrollInfo InterfaceSystem.Windows.Controls.Primitives Namespace
ScrollViewer