IScrollProvider Properties

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 IScrollProvider type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone HorizontallyScrollable Gets a value that indicates whether the control can scroll horizontally.
Public propertySupported by Silverlight for Windows Phone HorizontalScrollPercent Gets the current horizontal scroll position.
Public propertySupported by Silverlight for Windows Phone HorizontalViewSize Gets the current horizontal view size.
Public propertySupported by Silverlight for Windows Phone VerticallyScrollable Gets a value that indicates whether the control can scroll vertically.
Public propertySupported by Silverlight for Windows Phone VerticalScrollPercent Gets the current vertical scroll position.
Public propertySupported by Silverlight for Windows Phone VerticalViewSize Gets the vertical view size.

Top