Share via


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입니다.

적용 대상