LongListSelector分组GlobeGroupKey

时间:2014-04-19 15:28:48

标签: xaml windows-phone-8 grouping longlistselector

我使用了AlphaKeyGroup中包含的toolkit类的轻微变体,用于在LongListSelector中进行分组。除了GlobeGroupKey之外,一切正常。在模拟器上,按键显示应该(就像人们应用程序上的那个)当部署到我的设备时,它看起来有点不同。请注意设备快照中globe键的白色背景和PhoneAccentBrush彩色曲线。

仿真器

enter image description here

设备

enter image description here

我在AlphaKeyGroup中声明了该组的密钥:

private const string GlobeGroupKey = "\uD83C\uDF10";

任何人都知道发生了什么以及如何修复它?

0 个答案:

没有答案