I want to implement the listview with horizontal scroll in Xamarin forms.
Xamarin forms provides Listview but it supports only vertical orientation(default), how can i implement the listview horizontally?
I have tried some workarounds like rotating listview by 270 degree and content by 90 degree, also handled On Appearing event but it does not display the horizontal list correctly and inserts white spacing at top and bottom, also behaves differently on WP and Android.
Is there any way to create the listview with horizontal scroll?