ScrollPane like on iOS?

Daniel Blaukopf daniel.blaukopf at oracle.com
Sun May 11 12:57:15 UTC 2014


Hi Tobias,

Running with -Dcom.sun.javafx.touch=true should get you the effect you are looking for. The code for this is in VirtualFlow and ScrollBarSkin.

Thanks,
Daniel


On May 11, 2014, at 3:39 PM, Tobias Bley <tobi at ultramixer.com> wrote:

> Hi JavaFX freaks,
> 
> does anybody has an idea how to start to develop a ScrollPane that acts like the one on iOS? When the scroll position on iOS is on top (0) and the user drags the scroll pane to bottom, it slides down until the user releases the finger (touch off).
> 
> Best regards,
> Tobi



More information about the openjfx-dev mailing list