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

설정할 속성 값입니다.

적용 대상