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