ScrollViewer.SetCanContentScroll(DependencyObject, Boolean) Method

Definition

Sets the value of the CanContentScroll dependency property to a given element.

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)

Parameters

element
DependencyObject

The element on which to set the property value.

canContentScroll
Boolean

The property value to set.

Applies to