> Hello,
> I am wondering if there is a way to disable word wrap in the textarea
> GWT widget.
> What I am doing is generating a large text output that will be
> displayed in the text area. it is critical that each line stays on
> its own line and not word wrapped. What i am hoping for is a way that
> I can either disable word-wrap and get a horizontal scroll bar if the
> text extends past the left edge of the textarea or even a way to
> dynamically size the text area so that the width is large enough to
> contain the longest line.
> Thank you in advance for your help!
> Dan