- Start from ScrollPane css ref: docs/api/javafx/scene/doc-files/cssref.html#scrollpane
- it has all properties of Control
- Control has all the properties of Parent
- Parent has all the properties of Node
- Node has no region properties such as backgrounds and borders.
So backgrounds and borders are not applicable to ScrollPane according to css ref. AFAIK this is not correct.
- it has all properties of Control
- Control has all the properties of Parent
- Parent has all the properties of Node
- Node has no region properties such as backgrounds and borders.
So backgrounds and borders are not applicable to ScrollPane according to css ref. AFAIK this is not correct.