I'm using webview in a xaml app, and I'm using snap points for panning through a list of objects. Is it possible to tell the element to scroll to the next/previous snap point?
I'm currently using jquery and just animating the scrollLeft property. But it isn't nearly as smooth as when panning with touch. So I'm looking for a more native solution.
Thanks