ScrollViewer.SetCanContentScroll(DependencyObject, Boolean) Méthode

Définition

Définit la valeur de la propriété de dépendance CanContentScroll en lui affectant un élément donné.

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)

Paramètres

element
DependencyObject

Élément au niveau duquel la valeur de propriété doit être définie.

canContentScroll
Boolean

Valeur de propriété à définir.

S’applique à