RichTextBox.VerticalScrollBarVisibility Property
Silverlight
Gets or sets the visibility of the vertical scroll bar.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
<RichTextBox VerticalScrollBarVisibility="scrollBarVisibilityValue"/>
XAML Values
Property Value
Type: System.Windows.Controls.ScrollBarVisibilityThe visibility of the vertical scroll bar. The default is Auto.
If the VerticalScrollBarVisibility property is set to Disabled, the RichTextBox does not scroll vertically.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.