I have a custom list view with horizontal scrolling, am binding data to the listview through view model binding . But in the runtime the list view is not updating when the observable collection changed.I tried with xamarin forms list view that is working perfectly but the custom list view is not working.
I implemented custom list view with the help of this link:- Xamarin, Is there any way a listview can be used horizontally?