Can anyone suggest how I can determine the end of scrollview's scrolling in windows phone 8? LayoutUpdated event allows one to determine when scrolling is in progress, but there is no event, which will allow to determine the end of the scroll.
Edit: There is some misunderstanding in the phrase "end of the scrolling". I do not need to determine the state when user scrolls to the end of scrollviewer. What I need is to determine the end of scrolling. It does not depend on what part of scrolviwer has been already scrolled.