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 です。