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 は多くのラベルを追加します。