ScrollViewer::SetHorizontalScrollBarVisibility Method (DependencyObject^, ScrollBarVisibility)
.NET Framework (current version)
Sets the value of the HorizontalScrollBarVisibility dependency property to a given element.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: static void SetHorizontalScrollBarVisibility( DependencyObject^ element, ScrollBarVisibility horizontalScrollBarVisibility )
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The element on which to set the property value.
- horizontalScrollBarVisibility
-
Type:
System.Windows.Controls::ScrollBarVisibility
The property value to set.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: