Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1 KB

scrollviewer_setisverticalscrollchainingenabled_1164417786.md

File metadata and controls

30 lines (20 loc) · 1 KB
-api-id -api-type
M:Windows.UI.Xaml.Controls.ScrollViewer.SetIsVerticalScrollChainingEnabled(Windows.UI.Xaml.DependencyObject,System.Boolean)
winrt method

Windows.UI.Xaml.Controls.ScrollViewer.SetIsVerticalScrollChainingEnabled

-description

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

-parameters

-param element

The element on which to set the property value.

-param isVerticalScrollChainingEnabled

The value to set.

-remarks

For more info, see the IsVerticalScrollChainingEnabled property.

-examples

-see-also

IsVerticalScrollChainingEnabled