ScrollViewer.ScrollableHeight Property

Definition

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.

Applies to