IScrollInfo Properties
.NET Framework 3.5
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 content, including the content that is not visible. |
|
ExtentWidth | Gets the horizontal size of the content, including the content that is not visible.. |
|
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. |