Gets or sets a value that indicates whether a vertical scroll bar is shown. The property's value is of the type System.
public ScrollBarVisibility VerticalScrollBarVisibility { get; set; }
Public Property VerticalScrollBarVisibility() As ScrollBarVisibility
Member | Description |
---|---|
Auto | A vertical scroll bar is shown when the document is not completely visible in the vertical direction. |
Disabled | A vertical scroll bar is not shown even if the document is not completely visible. |
Hidden | Same as Disabled. |
Visible | Same as Auto. |