Search code examples
uitableviewwindows-phone-7scrolltableview

Table views in Windows Phone 7


Does Windows Phone 7 have anything like iPhone's UITableView?

[Basically, I'm porting an iOS app where the table views worked really well.]


Solution

  • I imagine that the closest match is the Grid control, which enables you to define rows and columns and add content to grid cells. You might find the MSDN page How to: Create a Grid Element helpful.