Does a Windows 7 phone have a similar component like UITableview on iPhone?

Does a Windows 7 phone have a similar component like UITableview on iPhone? I am trying to find an api mapping published by Microsoft, but to no avail.

I welcome any comments.

+3
source share
3 answers

It would be best to bind data to a ListBox.

Here is an example .

+5
source

You can visit http://windowsphone.interoperabilitybridges.com/

It contains information on how to quickly switch to developing Windows Phone 7 for people familiar with developing for other platforms. (Including iOS.)

+1
source

, , , ListBox, :

, iOS API Windows Phone, API- iOS Windows Phone. , , iOS Windows Phone :

Apple MVC . , , , iPhone. UITableViewController, UINavigationViewController, UITabBarController UIViewController.

Windows 7 MVC , , , iOS. , . MVVM Pattern, , ( ).

To get started, most users simply use the graphics designer built into Visual Studio to drag and drop controls onto each page of their application. If you want to know more, I recommend watching the Windows Phone 7 Series for Absolute Beginners or 31 days in Windows Phone 7 . Most Silverlight XAML technology and APIs are available on Windows Phone, so 31 days Silverlight can also help.

0
source

All Articles