[]
Gets or sets a boolean value that indicates whether to display the horizontal scroll bar in the user interface.
[Bindable(true)]
public bool ShowHorizontalScroll { get; set; }
<Bindable(True)>
Public Property ShowHorizontalScroll As Boolean
A value of true
or false
indicates that the horizontal scrollbar shall not be shown.