-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
fx2.0
See attached video.
I have a VBox vb with some content which is:
vb.setStyle("-fx-border-color: blue;");
testedScrollPane.setContent(vb);
Dynamicaly I've set it as content of ScrollPane. You can see, that there is a big white space, rigther from the vb (it has a blue border). I don't set any other options(properties) manually.
I have a VBox vb with some content which is:
vb.setStyle("-fx-border-color: blue;");
testedScrollPane.setContent(vb);
Dynamicaly I've set it as content of ScrollPane. You can see, that there is a big white space, rigther from the vb (it has a blue border). I don't set any other options(properties) manually.