QML ListView
-
wrote on 21 Sept 2010, 16:23 last edited by
Is there any way of knowing the direction of a flick in a ListView?
I want to catch a horizontal flick in a listview(horizontal flicking is disabled) and pass it to its children. -
wrote on 22 Sept 2010, 23:26 last edited by
Hi,
If you have a ListView with horizontal flicking disabled, then a delegate with a Flickable in it that has horizontal flicking enabled should "catch" any horizontal flicking. Is that the kind of thing you are after?
Regards,
Michael -
wrote on 22 Sept 2010, 23:30 last edited by
thanks,thats exactly what i am looking for.let me give it a shot and see.
1/3