I'm using JFoenix for my design components and I have a JFXTextArea which just act like a normal TextArea and I want it to adjust it's height following the text inside it, when I'm typing inside it and when it's full the text go to the line but a scrollbar appears, so I just want it to go to the line but instead of having a scrollbar I want the TextArea to be bigger to fit the text, is it possible ?
I'm using SceneBuilder for the user interface, I have a Controller and a fxml file for the components.
Here you can see screens of how it is and how I want it to be :
If you want to know what JFoenix is you can take a look here : http://www.jfoenix.com/
Thank you