-->

wp8 LonglistSelector AnimateTo

2019-06-27 11:56发布

问题:

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.