[Solved] Flickable and new position
-
I have a Flickable containing an image and some text. The viewport is smaller than the content height. When I flick, the image and text moves but when I 'let go' it bounces back. Is this the expected behaviour? I had expected the image and text to stay where they have been flicked to. How can I enable this to happen?
Thanks
Simon
-
Oh, sorry, my fault. I forgot to set the height of the text correctly. Although the text rendered, the height of the item was much smaller than I thought it was.
Simon