Gets or sets a value that indicates whether a vertical scroll bar is shown. The property's value is of the type System.Windows.Controls.ScrollBarVisibility. This is a dependency property.

Syntax

public ScrollBarVisibility VerticalScrollBarVisibility { get; set; }
Public Property VerticalScrollBarVisibility() As ScrollBarVisibility

Members

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.