Method sp.setVvalue(app.spvalue.intValue());
不会将 vbox 滚动到所需位置。
mvPane = new VBox();
mvPane.setStyle("-fx-background-color: #fff;");
GetPlayList(app,root);
sp = new ScrollPane();
sp.setVbarPolicy(ScrollPane.ScrollBarPolicy.AS_NEEDED);
sp.setContent(mvPane);
sp.setVvalue(40);
setCenter(sp);
sp.getVvalue();
函数 GetPlayList 添加了许多标签。