ScrollPane like on iOS?

2014-05-11 Thread Tobias Bley
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

Re: ScrollPane like on iOS?

2014-05-11 Thread Daniel Blaukopf
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 t...@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