Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am using a Flickable which is embedded in a Rectangle. There is a button in the bottom of the rectangle. My requirement is when I press the button my Flickable will move to top. Its almost like #TOP in HTML.
something like onClicked : myFlickable.contentY = 0
Thanks!! It worked...
Hi.. but its moving within a fraction of second i want it to move slowly... Thanks
i made it.. thanks