Reputation: 4528
I need to make a list/view (with several columns) like...
Name Age Gender
---------------------
John 39 Male
Susan 19 Female
How can I make a list/view like this in Monotouch?
Is it possible with Monotouch.Dialog?
Thanks a million!!!
:) Mojo
Upvotes: 1
Views: 637
Reputation: 89129
The best way to do something like this is to create a custom UITableViewCell. To do this with MT.Dialog you would need to create a custom element.
This explains how to create a custom MonoTouch.Dialog Element.
Upvotes: 3