Set the background color of a ScrollPane in JavaFX 8
javafx, javafx-8
Solution
I ended up using `-fx-background:green;` instead of `-fx-background-color:green;` because `-fx-background-color` only set the colour for the borders of `ScrollPane`.
Problem
I cannot set the background color of a ScrollPane in the latest version of JavaFX 8 (java 8 b-110 and above versions). So I need to know whether this is a permanent issue or temporarily (which can be Fixed in later versions)?