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 引進)

適用於