任何方法来创建ListView与horizontal scroll在Xamarin.Forms类似图像
ListView
horizontal scroll
Xamarin.Forms
这就是我为垂直所做的
var myListView = new ListView { ItemTemplate = new DataTemplate(typeof(ImageCell)) };
c# listview xamarin xamarin.forms
c# ×1
listview ×1
xamarin ×1
xamarin.forms ×1