Is there a way of showing a ListView in Xamarin.Forms that looks like iOS UITableView with grouped sections? Including the spacing between sections. Or maybe there is a better way than using ListView to simulate iOS UITableView with grouped sections. I want the solution using Xamarin.Forms.
Asked
Active
Viewed 195 times
0
-
see my answer here :https://stackoverflow.com/questions/45357041/xamarin-forms-how-to-access-the-collection-used-in-listview-itemtemplate-within/45365189#45365189 ,is it you want ? – ColeX Aug 27 '17 at 04:44
-
1I think It's better to use TableView from Xamarin.Forms. Thanks anyway. – Josh Aug 27 '17 at 04:49