Share via


ScrollViewer.SetIsVerticalScrollChainingEnabled Method

Definition

Sets the value of the IsVerticalScrollChainingEnabled dependency property / ScrollViewer.IsVerticalScrollChainingEnabled XAML attached property on a specified element.

public static void SetIsVerticalScrollChainingEnabled(DependencyObject element, bool isVerticalScrollChainingEnabled);

Parameters

element
DependencyObject

The element on which to set the property value.

isVerticalScrollChainingEnabled
Boolean

The value to set.

Remarks

For more info, see the IsVerticalScrollChainingEnabled property.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7

See also