I have a TextArea and I want its height to grow dynamically according to its content : so there is no scrollbar needed. How to achieve that ?
Use setGrowByContent(true); on the TextArea.
setGrowByContent(true);
TextArea