SWT.NO_SCROLL

Style constant for no scrollbar behavior (value is 1&lt;&lt;4). <p> When neither H_SCROLL or V_SCROLL are specified, controls are free to create the default scroll bars for the control. Using NO_SCROLL overrides the default and forces the control to have no scroll bars.

<b>Used By:</b><ul> <li><code>Tree</code></li> <li><code>Table</code></li> </ul></p>

@since 3.4

class SWT
int NO_SCROLL;

Meta