Vijay
Vijay

Reputation: 221

How to create a listview through xaml page in xamarin forms

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

Answers (1)

Luccas Clezar
Luccas Clezar

Reputation: 1074

It's all explained here: ListView Xamarin Guide

I suggest you look around Xamarin Guides, it has many useful tutorials :)

Upvotes: 3

Related Questions