Share via


ScrollPresenter.ExtentHeight Property

Definition

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

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

Property Value

Double

double

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

Remarks

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

Applies to