I am using a SplitPane control to divide all available space between two text areas allowing users to adjust split position according to their needs.
- SplitPane
- AnchorPane
- TextArea [1]
- AnchorPane
- TextArea [2]
Unfortunatelly textareas only take constant amount space (as was defined in SceneBuilder) and refuse to shrink to fill whole area of SplitPane's AnchorPane:
How to get it fixed up?