如何以编程方式设置JavaFX ScrollPane ViewPort的minX或maxX边界?

时间:2014-01-15 15:58:58

标签: javafx scrollpane

我可以通过minX获取scrollView.getViewportBounds().getMinX()视口范围,但我该如何设置呢?

我认为可以帮助解决此问题的解决方案是:JavaFX How to scroll ScrollPane to have node in the middle of view port?

1 个答案:

答案 0 :(得分:1)

你做不到。 getViewportBounds()返回一个不可变的Bounds对象。

我猜你想限制滚动窗格滚动到哪里?然后,您需要使用ScrollPanehmaxhminhvaluevmaxvminvvalue属性。