Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Cannot Reproduce
-
Affects Version/s: fx2.0
-
Fix Version/s: None
-
Component/s: javafx
-
Labels:
-
Subcomponent:
Description
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.