IScrollProvider Properties

IScrollProvider Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The IScrollProvider type exposes the following members.

  NameDescription
Public property HorizontallyScrollable Gets a value that indicates whether the control can scroll horizontally.
Public property HorizontalScrollPercent Gets the current horizontal scroll position.
Public property HorizontalViewSize Gets the current horizontal view size.
Public property VerticallyScrollable Gets a value that indicates whether the control can scroll vertically.
Public property VerticalScrollPercent Gets the current vertical scroll position.
Public property VerticalViewSize Gets the vertical view size.
Top

Show:
© 2017 Microsoft