I have a Itemscontrol nested within a listbox.DataTemplate consits of image and border controls.The listbox scrolling is pretty slow.How can i improve its performance.
问问题
288 次
2 回答
0
我建议使用 David Ansons 的 LowProfileImageLoader 加载图像。你可以在这里找到更多关于它的信息并从 nuget 下载一个包。在处理图像时,它对我的性能问题有很大帮助。它也很容易使用。
于 2012-10-25T12:15:15.360 回答