首页 > TAG信息列表 > longlistselector

WP8内存泄漏打开和关闭PhoneApplicationPage

我正在创建一个显示缩略图列表的Windows Phone应用程序.我正在使用LongListSelector做到这一点. 当我前后导航到缩略图列表时,我的应用程序存在内存泄漏.我在使用该应用程序时查看了内存使用情况,并且发现打开带有缩略图的页面时内存增加了(正如我期望的那样).当我导航回到上一页时

C#-LongListSelector停止滚动并冻结

我在Windows Phone 8应用中有一个LongListSelector(在PivotItem中)控件.我看到一个奇怪的行为.有时LLS停止滚动.像冻结一样,我无法滚动.但是我可以使用AppBar,Pivot,Button Back等,甚至可以使用GroupHeader和JumpList.它是随机发生的(到目前为止,我还没有发现规律性),而且经常发生.

WP7 LongListSelector in depth | Part1: Visual structure and API

原文链接:http://www.cnblogs.com/winkia/archive/2012/04/09/2438878.html by WindowsPhoneGeek In the "WP7 LongListSelector in depth" series of two posts I am going to talk about the key properties, methods, events and the main f

WP7 LongListSelector in depth | Part2: Data binding scenarios

原文链接:http://www.cnblogs.com/winkia/archive/2012/04/09/2438884.html by WindowsPhoneGeek This is Part2 of the "WP7 LongListSelector in depth" series of two posts in which I talk about the key properties, methods, events and

c# – 如何在Windows Phone中对LongListSelector进行排序

我希望能够按升序或降序对绑定到LongListSelector的数据进行排序.我无法将排序数据绑定到我的LongListSelector.最初没有尝试实现排序,我的解决方案正在运行,但我相信在涉及排序时我遗漏了一些东西.我也试过How to Sort a LongListSelector using CollectionViewSource而没有运气.