ScrollContentPresenter.ExtentHeight 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 the vertical size of all the scrollable content.
public:
property double ExtentHeight { double get(); };
double ExtentHeight();
public double ExtentHeight { get; }
var double = scrollContentPresenter.extentHeight;
Public ReadOnly Property ExtentHeight As Double
Property Value
Double
double
The vertical size of the all scrollable content.
Remarks
The extent includes all the content in the ScrollViewer, whether visible or not. The viewport is the visible area of the content.