ScrollViewer.SetCanContentScroll(DependencyObject, Boolean) メソッド

定義

指定された要素に CanContentScroll 依存関係プロパティの値を設定します。

public:
 static void SetCanContentScroll(System::Windows::DependencyObject ^ element, bool canContentScroll);
public static void SetCanContentScroll (System.Windows.DependencyObject element, bool canContentScroll);
static member SetCanContentScroll : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetCanContentScroll (element As DependencyObject, canContentScroll As Boolean)

パラメーター

element
DependencyObject

プロパティ値を設定する要素。

canContentScroll
Boolean

設定するプロパティ値。

適用対象