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