IScrollInfo Properties
[ 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.
| Name | Description | |
|---|---|---|
|
CanHorizontallyScroll | Gets or sets a value that indicates whether scrolling on the horizontal axis is possible. |
|
CanVerticallyScroll | Gets or sets a value that indicates whether scrolling on the vertical axis is possible. |
|
ExtentHeight | Gets the vertical size of the extent. |
|
ExtentWidth | Gets the horizontal size of the extent. |
|
HorizontalOffset | Gets the horizontal offset of the scrolled content. |
|
ScrollOwner | Gets or sets a ScrollViewer element that controls scrolling behavior. |
|
VerticalOffset | Gets the vertical offset of the scrolled content. |
|
ViewportHeight | Gets the vertical size of the viewport for this content. |
|
ViewportWidth | Gets the horizontal size of the viewport for this content. |
Show: