ScrollContentPresenter.CanContentRenderOutsideBounds Property

Definition

Gets or sets a value that indicates whether scrolled content can render outside the bounds of the ScrollViewer.

public:
 property bool CanContentRenderOutsideBounds { bool get(); void set(bool value); };
bool CanContentRenderOutsideBounds();

void CanContentRenderOutsideBounds(bool value);
public bool CanContentRenderOutsideBounds { get; set; }
var boolean = scrollContentPresenter.canContentRenderOutsideBounds;
scrollContentPresenter.canContentRenderOutsideBounds = boolean;
Public Property CanContentRenderOutsideBounds As Boolean

Property Value

Boolean

bool

true if scrolled content can render outside the bounds of the ScrollViewer; otherwise, false. The default is false.

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Applies to