Click or drag to resize
TextBoxHorizontalScrollBarVisibility 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.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }

Property Value

Type: ScrollBarVisibility
See Also