ScrollViewer.CanContentRenderOutsideBounds 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示卷動的內容是否可以在 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。