ScrollViewer.SetIsVerticalScrollChainingEnabled Metodo

Definizione

Imposta il valore della proprietà associata IsVerticalScrollChainingEnabled / ScrollViewer.IsVerticalScrollChainingEnabled XAML associata su un elemento specificato.

public:
 static void SetIsVerticalScrollChainingEnabled(DependencyObject ^ element, bool isVerticalScrollChainingEnabled);
 static void SetIsVerticalScrollChainingEnabled(DependencyObject const& element, bool const& isVerticalScrollChainingEnabled);
public static void SetIsVerticalScrollChainingEnabled(DependencyObject element, bool isVerticalScrollChainingEnabled);
function setIsVerticalScrollChainingEnabled(element, isVerticalScrollChainingEnabled)
Public Shared Sub SetIsVerticalScrollChainingEnabled (element As DependencyObject, isVerticalScrollChainingEnabled As Boolean)

Parametri

element
DependencyObject

Elemento per cui impostare il valore della proprietà.

isVerticalScrollChainingEnabled
Boolean

bool

Il valore da impostare.

Commenti

Per altre info, vedi la proprietà IsVerticalScrollChainingEnabled .

Si applica a

Vedi anche