Questions tagged [flickable]
33 questions
0
votes
2 answers
HowTo flick a QML ListView horizontal and vertical
I want to display a big list on a small display. The problem with the ListView is, that I have to setup a orientation, whether it is flickable horizontal or vertical.
What I tried is:
I inserted the ListView in a Flickable, and setup the Flickable…

SGbo
- 334
- 6
- 20
0
votes
1 answer
Bounds of Flickable.contentY in QML
What is the correct way of asking the bounds of Flickable.contentY? I need that for a scrollbar.
Experimentally I have discovered that
offsetY <= contentY <= offsetY + contentHeight - height
where offsetY can be calculated as
var offsetY =…

user2251108
- 11
- 1
- 3
0
votes
1 answer
zepto´s flickable.js method for window resizing event?
The problem is once I set this function:
$('#survey').flickable({segments:num_segments});
I can't find the way to reset, destroy it or override it. So if the user flips the tablet or resizes the window of his browser the segment flicks with the…

user2246615
- 91
- 4