IXRScrollContentPresenter::GetCanHorizontallyScroll (Compact 2013)

3/28/2014

This method gets a value that indicates whether the contents of an IXRScrollViewer can be scrolled horizontally.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetCanHorizontallyScroll(
    __out bool* pValue
) = 0;

Parameters

  • pValue
    [out] Pointer to a Boolean value that indicates whether the contents of an IXRScrollViewer can be scrolled horizontally. This value is true if the contents can be scrolled; otherwise, it is false.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Controls.ScrollContentPresenter.CanHorizontallyScroll

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRScrollContentPresenter
IXRControlTemplate
IXRScrollViewer