IScrollInfo Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The IScrollInfo type exposes the following members.

Methods

  Name Description
Public methodSupported by Silverlight for Windows Phone LineDown Scrolls down within the content by one logical unit.
Public methodSupported by Silverlight for Windows Phone LineLeft Scrolls left within the content by one logical unit.
Public methodSupported by Silverlight for Windows Phone LineRight Scrolls right within the content by one logical unit.
Public methodSupported by Silverlight for Windows Phone LineUp Scrolls up within the content by one logical unit.
Public methodSupported by Silverlight for Windows Phone MakeVisible Forces content to scroll until the coordinate space of a visual object is visible.
Public methodSupported by Silverlight for Windows Phone MouseWheelDown Scrolls down within the content after the user clicks the wheel button on a mouse.
Public methodSupported by Silverlight for Windows Phone MouseWheelLeft Scrolls left within the content after the user clicks the wheel button on a mouse.
Public methodSupported by Silverlight for Windows Phone MouseWheelRight Scrolls right within the content after the user clicks the wheel button on a mouse.
Public methodSupported by Silverlight for Windows Phone MouseWheelUp Scrolls up within the content after the user clicks the wheel button on a mouse.
Public methodSupported by Silverlight for Windows Phone PageDown Scrolls down within the content by one page.
Public methodSupported by Silverlight for Windows Phone PageLeft Scrolls left within the content by one page.
Public methodSupported by Silverlight for Windows Phone PageRight Scrolls right within the content by one page.
Public methodSupported by Silverlight for Windows Phone PageUp Scrolls up within the content by one page.
Public methodSupported by Silverlight for Windows Phone SetHorizontalOffset Sets the amount of horizontal offset.
Public methodSupported by Silverlight for Windows Phone SetVerticalOffset Sets the amount of vertical offset.

Top