I have a text area inside a VBox but its not taking the full height. Do you guys have any idea on how to fix this?
final TextArea htmlCode = new TextArea();
htmlCode.setWrapText(true);
htmlCode.prefHeightProperty().bind(<parentConrol>.prefHeightProperty());
Hope not to bother.