【发布时间】:2013-11-11 20:33:56
【问题描述】:
我在Pivot 控件(和其他控件)中看到 CacheMode,如下所示:
<phone:PivotItem CacheMode="{x:Null}" Margin="0,-5,0,0">
我 knew 认为 Windows Phone 仅具有 BitmapCache 值。无论如何,它的RenderAtScale 属性是什么?
我有一个应用程序,它在内存中有很多值,我担心会发生内存泄漏。我应该使用这个缓存吗?对于我的场景,RenderAtScale 的最佳价值是多少?
【问题讨论】:
标签: c# xaml windows-phone-7 windows-phone-8 windows-phone