Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 907 Bytes

scrollviewer_setisverticalrailenabled_2016652867.md

File metadata and controls

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

Windows.UI.Xaml.Controls.ScrollViewer.SetIsVerticalRailEnabled

-description

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

-parameters

-param element

The element on which to set the property value.

-param isVerticalRailEnabled

The value to set.

-remarks

For more info, see the IsVerticalRailEnabled property.

-examples

-see-also

IsVerticalRailEnabled