I have a problem while scrolling in Scrollview. I would like to cancel scrolling immediately when I've scrolled to a specific position (like end of scrollview). That means my finger is still held on screen, but Scrollview can't scroll anymore. How can I accomplish this?I have a problem while scrolling in Scrollview.