ScrollViewer::ViewportHeight Property
.NET Framework (current version)
Gets a value that contains the vertical size of the content's viewport.
Assembly: PresentationFramework (in PresentationFramework.dll)
The viewport is the visible area of the content.
ViewportHeight is only an output property; it can effectively be set by specifying the Height of the content element.
If CanContentScroll is true, the values of the ExtentHeight, ScrollableHeight, ViewportHeight, and VerticalOffset properties are number of items. If CanContentScroll is false, the values of these properties are Device Independent Pixels.
Identifier field | |
Metadata properties set to true | None |
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: