is it possible to set an autoscrollbar instead of the SWT.H_SCROLL and
SWT.V_SCROLL i do not want the scrollbar to be visible unless i need one.
Greetings Marc Bannink
You can put a modify listener on the text and whenever the number of lines
in the text hits your required amount set the vertical scrollbar to
visible, otherwise turn off its visibility.