How can I synchronisize two or more ScrollPanes in JavaFx-8? No matter which scrollbar is moved, every SrollPane should be updated like the other.
I found a solution here, but it works only in one way:
JavaFX ScrollPane - How to use one scrollbar to scroll 2 ScrollPanes?