IScrollInfo Methods

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.

  NameDescription
Public method LineDown Scrolls down within the content by one logical unit.
Public method LineLeft Scrolls left within the content by one logical unit.
Public method LineRight Scrolls right within the content by one logical unit.
Public method LineUp Scrolls up within the content by one logical unit.
Public method MakeVisible Forces content to scroll until the coordinate space of a visual object is visible.
Public method MouseWheelDown Scrolls down within the content.
Public method MouseWheelLeft Scrolls left within the content.
Public method MouseWheelRight Scrolls right within the content.
Public method MouseWheelUp Scrolls up within the content.
Public method PageDown Scrolls down within the content by one page.
Public method PageLeft Scrolls left within the content by one page.
Public method PageRight Scrolls right within the content by one page.
Public method PageUp Scrolls up within the content by one page.
Public method SetHorizontalOffset Sets the amount of horizontal offset.
Public method SetVerticalOffset Sets the amount of vertical offset.
Top

Show:
© 2017 Microsoft