Sets a value indicating which scroll bars appear in a multiline edit control.
public final void setScrollBars( int value )
value
An integer that indicates whether the multiline edit control appears with no scroll bars, a horizontal scroll bar, a vertical scroll bar, or with both scroll bars. Possible values are constants defined in the ScrollBars class.
WFCInvalidEnumException thrown if the specified value is not a valid ScrollBars constant. The default value is ScrollBars.NONE.
See Also getScrollBars