Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 911 Bytes

scrollviewer_setisverticalrailenabled_276839251.md

File metadata and controls

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

Microsoft.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