简体   繁体   English

在Windows Phone 7中

[英]In windows phone 7

In windows phone 7 ,is there any combo box and table view control. 在Windows Phone 7中,是否有任何组合框和表格视图控件。 If any one knows tel , friends. 如果有人知道tel,朋友。

And how to web service in wiindows phone 7.how to bind those values into list box or table view control. 以及如何在wiindows电话7中进行Web服务。如何将这些值绑定到列表框或表视图控件中。

thanks & Regrads, selladurai 感谢和回报,selladurai

There isn't a combobox, as such, in WP7 but one of the AutoCompleteBox, ListPicker or LongListSelector (from the toolkit ) may be appropriate, depending on your specific needs. 如此,WP7中没有组合框,但根据您的特定需求,AutoCompleteBox,ListPicker或LongListSelector(来自工具箱 )之一可能是合适的。

A table or grid view doesn't translate well to the "Metro" style and has usability issues on a small screen. 表格或网格视图不能很好地转换为“ Metro”样式,并且在小屏幕上存在可用性问题。 As such, no equivalent control has been provided. 因此,未提供等效控件。

You can use any kind of web service on WP7 but proxy generation from WSDL services isn't directly supported. 您可以在WP7上使用任何类型的Web服务,但不直接支持从WSDL服务生成代理。 It's recommended to use a WCF/ODATA backend or a rest based service. 建议使用WCF / ODATA后端或基于Rest的服务。

Data retrieved from a web service can be turned into objects and then bound to the UI using viewmodels. 从Web服务检索的数据可以转换为对象,然后使用视图模型绑定到UI。

You may want to take a look at the following questions which have already been asked: 您可能想看看已经提出的以下问题:
Want to start with Windows Phone 7 development 想要开始Windows Phone 7开发
How to start developing for the Windows 7 phone? 如何开始为Windows 7手机开发?
Getting Started with Windows Phone 7 Windows Phone 7入门
Resources for Windows Phone 7 development Windows Phone 7开发资源
https://stackoverflow.com/questions/4318003/learning-to-develop-for-windows-phone-7 https://stackoverflow.com/questions/4318003/learning-to-develop-for-windows-phone-7

To get better (more specific) answers, please see the FAQ on asking questions. 要获得更好(更具体)的答案,请参阅常见问题解答。

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

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