ScrollViewer.CanContentRenderOutsideBounds 속성

정의

스크롤된 콘텐츠가 ScrollViewer의 범위를 벗어나 렌더링할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

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

속성 값

Boolean

bool

스크롤된 콘텐츠가 ScrollViewer의 범위를 벗어나 렌더링할 수 있으면 true입니다. 그렇지 않으면 false입니다. 기본값은 false입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1809 (10.0.17763.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v7.0에서 도입되었습니다.)

적용 대상