问题
I want to scroll to the last item on my longlistselector in WP8, using animation. I can see that in wp7, LongListSelector had a AnimateTo method. Now it does no longer. Any advice of how to animate scrolling? Thanks
回答1:
This is not currently possible due to the way the new LongListSelector is implemented. If you really need this animation, you should put your custom content in a ScrollViewer instead (note that you will lose virtualization and other benefits from doing this, so consider carefully.)
回答2:
Use ScrollTo provided in LongListSelector control to navigate to any Item.
来源:https://stackoverflow.com/questions/15180360/wp8-longlistselector-animateto