Reputation: 221
I am planning to create a list view in xamarin forms through xaml syntax, with listview having multiple columns custom data bindings. Can you please suggest some tutorial as I am unable to achieve this task.
Upvotes: 0
Views: 78
Reputation: 1074
It's all explained here: ListView Xamarin Guide
I suggest you look around Xamarin Guides, it has many useful tutorials :)
Upvotes: 3