Share via


IXRScrollViewer::GetExtentWidth (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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

Parameters

  • pValue
    [out] Pointer to a float value that indicates the horizontal size of all the 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.ExtentWidth

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRScrollViewer