constants ScrollBarsEnum
Specifies which scroll bars will be visible on a control. The ScrollBars property of the control specifies the scroll bars being visible in the control. By default, the ScrollBars property is exBoth, which indicates that both scroll bars of the component are being displayed only when they require

NameValueDescription
exNoScroll0 No scroll bars are shown
exHorizontal1 The horizontal scroll bar is shown, if it is necessary.
exVertical2 The vertical scroll bar is shown, if it is necessary.
exBoth3 (default) Both horizontal and vertical scroll bars are shown, if they are necessary.
exDisableNoHorizontal5 The horizontal scroll bar is always shown, it is disabled if it is unnecessary.
exDisableNoVertical10 The vertical scroll bar is always shown, it is disabled if it is unnecessary.
exDisableBoth15 Both horizontal and vertical scroll bars are always shown, disabled if they are unnecessary.