[SOLVED]Flickable Control question
can i control the fluidity and smoothness of Flickables? I mean can I drag Flickable item at a certain point and stop? and drag it again to the next frame? i’ll be using it on my comic strip.. how can i do it?
3 replies
If your are looking like homescreen kind of behavior (like a flick would get one homescreen at a time) try these properties in your ListView (assuming the fickable view your are using is a listview)
- highlightRangeMode: ListView.StrictlyEnforceRange
- highlightFollowsCurrentItem: true;
- snapMode: ListView.SnapOneItem
You must log in to post a reply. Not a member yet? Register here!






