Syntax
public enum RichTextBoxScrollBars
Remarks
Members
Member Name | Description |
---|
Both |
Display both a horizontal and a vertical scroll bar when needed.
|
ForcedBoth |
Always display both a horizontal and a vertical scroll bar.
|
ForcedHorizontal |
Always display a horizontal scroll bar.
|
ForcedVertical |
Always display a vertical scroll bar.
|
Horizontal |
Display a horizontal scroll bar only when text is longer than the width of the control.
|
None |
No scroll bars are displayed.
|
Vertical |
Display a vertical scroll bar only when text is longer than the height of the control.
|
Requirements
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0