简体   繁体   English

UI控制WP8和WP7之间的区别

[英]UI controls difference between WP8 and WP7

I have worked on WP7 app development(C# and XAML). 我曾从事WP7应用开发(C#和XAML)。 I need to work on a windows phone 8 app development. 我需要从事Windows Phone 8应用开发。 I googled on what are all the API difference between WP7 and WP8 SDKs, especially I want to know whether there are any changes in UI controls available in WP7 SDK. 我搜索了WP7和WP8 SDK之间的API区别是什么,尤其是我想知道WP7 SDK中可用的UI控件是否有任何变化。 I have not found any luck. 我还没有发现任何运气。 Please point me to the right place where I can get the proper info. 请指出我在正确的位置,以获得正确的信息。

Read What's new in Windows Phone SDK 8.0 - it give you all, what you need. 阅读Windows Phone SDK 8.0的新增功能 -它为您提供所需的一切。

Exactly for controls: 完全适用于控件:

Windows Phone 8 features the following new controls: Windows Phone 8具有以下新控件:

  • Windows Phone 8 includes a LongListSelector control that you can use to group, display, and scroll through long lists of data. Windows Phone 8包含一个LongListSelector控件,可用于对长数据列表进行分组,显示和滚动。 It also provides a mechanism for users to jump to a specific section of a list. 它还为用户提供了跳至列表的特定部分的机制。
  • In Windows Phone 8, Pivot and Panorama controls have been removed from the SDK and are now located in the phone's read-only memory (ROM). 在Windows Phone 8中,Pivot和Panorama控件已从SDK中删除,现在位于手机的只读内存(ROM)中。 This way your app can use a separate native input thread, which means a significant increase in the input responsiveness of these controls. 这样,您的应用程序可以使用单独的本机输入线程,这意味着这些控件的输入响应能力将大大提高。 The working set memory of the Panorama control also has been reduced. Panorama控件的工作集内存也已减少。
  • The WebBrowser control is now based on Internet Explorer 10, which offers HTML5 and expanded CSS support for richer in-browser experiences. WebBrowser控件现在基于Internet Explorer 10,该控件提供HTML5和扩展的CSS支持,以提供更丰富的浏览器体验。
  • The performance of the ProgressBar control has been improved. ProgressBar控件的性能已得到改善。 You should use this control to report value-based or indeterminate progress. 您应该使用此控件来报告基于价值的或不确定的进度。

I hope my answer will be helpful. 希望我的回答会有所帮助。

there is lost of API changes instead of UI, You can refer the below mentioned URL for the same. 丢失了API更改而不是UI,您可以参考以下提到的URL。

Download pdf poster Windows Phone API Quick Start 下载pdf海报Windows Phone API快速入门

Hope it helps 希望能帮助到你

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM