IXRScrollViewer::GetExtentHeight (Compact 2013)

3/28/2014

This method retrieves the vertical size of all the content to display in this scroll viewer.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetExtentHeight(
    float *pValue
) = 0;

Parameters

  • pValue
    [out] Pointer to a float value that indicates the vertical size of all content to display in this scroll viewer, in pixels.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

The extent includes all the content of this scroll viewer. The visible area of the content is the viewport.

.NET Framework Equivalent

System.Windows.Controls.ScrollViewer.ExtentHeight

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRScrollViewer