Share via


ScrollView.ExtentHeight Property

Definition

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

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

Property Value

Double

double

The vertical size of all the scrollable content in the ScrollView. The default is 0.

Remarks

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

Applies to