Enum RichTextBoxScrollBars
Specifies the type of scroll bars to display in a control.
public enum RichTextBoxScrollBars
Fields
Both = 3
Display both a horizontal and a vertical scroll bar when needed.
ForcedBoth = 19
Always display both a horizontal and a vertical scroll bar.
ForcedHorizontal = 17
Always display a horizontal scroll bar.
ForcedVertical = 18
Always display a vertical scroll bar.
Horizontal = 1
Display a horizontal scroll bar only when text is longer than the width of the control.
None = 0
No scroll bars are displayed.
Vertical = 2
Display a vertical scroll bar only when text is longer than the height of the control.