This topic has not yet been rated - Rate this topic

ScrollViewer.SetVerticalScrollBarVisibility Method

May 02, 2013

Sets the value of the VerticalScrollBarVisibility dependency property to a specified element.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)
public static void SetVerticalScrollBarVisibility(
	DependencyObject element,
	ScrollBarVisibility verticalScrollBarVisibility
)

Parameters

element
Type: System.Windows.DependencyObject
The element on which to set the property value.
verticalScrollBarVisibility
Type: System.Windows.Controls.ScrollBarVisibility
The property value to set.
ExceptionCondition
ArgumentNullException

element is null.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.