wp8 LonglistSelector AnimateTo

2019-06-27 12:15发布

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

2条回答
走好不送
2楼-- · 2019-06-27 12:27

Use ScrollTo provided in LongListSelector control to navigate to any Item.

查看更多
兄弟一词,经得起流年.
3楼-- · 2019-06-27 12:34

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.)

查看更多
登录 后发表回答