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.
| Name | Description | |
|---|---|---|
|
HorizontallyScrollable | Gets a value that indicates whether the control can scroll horizontally. |
|
HorizontalScrollPercent | Gets the current horizontal scroll position. |
|
HorizontalViewSize | Gets the current horizontal view size. |
|
VerticallyScrollable | Gets a value that indicates whether the control can scroll vertically. |
|
VerticalScrollPercent | Gets the current vertical scroll position. |
|
VerticalViewSize | Gets the vertical view size. |
Show: