I have an application that requires zoom inside a ScrollPane, but with my current approach I\'m still facing 2 challenges. In order to replicate the problem, I have written
In my case I have updated the following line if (scrollEvent.isControlDown()) {
with if (!scrollEvent.isConsumed()) {.... along with the change you have posted.... :)