ScrollViewer.ExtentHeight Property

Definition

Gets the vertical size of all the scrollable content in the ScrollViewer.

public:
 property double ExtentHeight { double get(); };
double ExtentHeight();
public double ExtentHeight { get; }
var double = scrollViewer.extentHeight;
Public ReadOnly Property ExtentHeight As Double

Property Value

Double

double

The vertical size of all the scrollable content in the ScrollViewer.

Remarks

The extent includes all the content in the ScrollViewer, whether visible or not. The viewport is the visible area of the content.

Applies to

See also