windows - Kindle for Windows Phone 7 中使用的控件是什么

标签 windows silverlight windows-phone-7 kindle

我想知道亚马逊在他们的 Windows Phone 7 应用程序中使用了什么样的控件来显示文本?它一定是某种自定义的,因为如果我没记错的话,WP7 中不支持 FlowDocument、Run 等。

最佳答案

<Run>在 WindowsPhone7 上受支持 - 例如http://social.msdn.microsoft.com/Forums/en-SG/wpf/thread/ca27556a-a33b-4d4e-82b4-a0ed8596d6a1 - 你可以看到 Run 在很多应用程序中使用 - 例如官方 Twitter 应用程序。

这个问题- Programmatically determining max fit in textbox (WP7) - 稍微分析一下 Kindle UI 控件 - 这让我想到亚马逊正在为主页使用 TextBlock 控件,并且正在做一些手动计算来计算当前页面上有多少个单词。

关于windows - Kindle for Windows Phone 7 中使用的控件是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5267543/

相关文章:

wpf - 如何水平对齐按钮并使用 xaml windows phone 均匀分布

database - 本地DB抛出字节数组截断到长度为8000异常

windows - 如何将一个字符串附加到单词列表中的每个单词并将新单词列表分配给变量?

windows - 批处理脚本 - 'If Statements' 中的通配符

silverlight/windows phone 7 selectedIndex 列表框中按钮的问题

c# - 我可以在 Windows Phone 7.1 上使用 System.Net.Sockets.TcpListener

c++ - 检测音频输出+语音合成库的建议

php - proc_open 被禁用。但不在 php.ini 中

visual-studio - Silverlight 3 与 WCF RIA 服务与 VS2010 可能吗?

silverlight - 如何在 Silverlight 中设置右键单击上下文菜单?