wp8 LonglistSelector AnimateTo

本小妞迷上赌 提交于 2020-01-03 15:57:04

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!