ScrollViewerHorizontalScrollBarVisibility Property |
Gets or sets a value that indicates whether a horizontal ScrollBar should
be displayed.
Returns a ScrollBarVisibility value that indicates whether a horizontal ScrollBar
should be displayed. The default value is Hidden.
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }
Property Value
Type:
ScrollBarVisibilitySee Also