Scroll Gesture in ListView

Werner Lehmann lehmann at media-interactive.de
Thu Oct 15 14:37:57 UTC 2015


Hi Johan,

wouldn't it be possible to use an event filter on the listview? It would 
see (and consume) the event before it even gets to the listcell.

Werner

On 06.10.2015 10:02, Johan Vos wrote:
> So it seems to me we need something like "gestureTransparent", by which we
> can indicate a Node not to be interested in handling gestures. The code for
> picking the target Node currently ignores the Node if it has the
> mouseTransparent set. I would propose to add a gestureTransparent property
> on Node, and to add the following check:
> if we need to find the pickedTarget for a gestureEvent, it should never
> return a node with gestureTransparent set to true.


More information about the openjfx-dev mailing list