ScrollViewer.ScrollableHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that represents the vertical size of the area that can be scrolled; the difference between the height of the extent and the height of the viewport.
public:
property double ScrollableHeight { double get(); };
double ScrollableHeight();
public double ScrollableHeight { get; }
var double = scrollViewer.scrollableHeight;
Public ReadOnly Property ScrollableHeight As Double
Property Value
Double
double
The vertical size of the area that can be scrolled. This property has no default value.