Scrolling TextArea

Hello,

I am wondering how it is possible to create a scrollable TextArea using the Java API?

Using getElement().getStyle().set("overflow-y", "auto"); won’t work as it does not refer to the wrapped <textarea/>.

Thank you already!

Have you given some definitive pixel height to the component?