ScrollViewer.GetIsVerticalScrollChainingEnabled(DependencyObject) Method

Definition

Gets the value of the IsVerticalScrollChainingEnabled dependency property / ScrollViewer.IsVerticalScrollChainingEnabled XAML attached property from a specified element.

C#
public static bool GetIsVerticalScrollChainingEnabled(DependencyObject element);

Parameters

element
DependencyObject

The element from which the property value is read.

Returns

Boolean

The value of the property, as obtained from the property store.

Remarks

For more info, see the IsVerticalScrollChainingEnabled property.

Applies to

Toode Versioonid
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also