Scrolling Problem ListView in ScrollView (Solved)
ListView in ScrollView Today am gonna show you the common problems we face while using listview in xamarin forms in MVVM. To check out how to Use MVVM in Xamarin Forms just Click Here ! There is a common problem of Scrolling of ListView in ScrollView This is due to the fact is that Android cannot render both the Scroll properties of Scrollview and Listview. There are lot of solutions of this problems like custom rendering.But custom rendering is the one step which most of the developers don't like much.So I have come with an alternate solution or you can call it as some trick . Check Out The Following Code! Just Write All the Code in the ListView.Header property and your problem will be solved. This solution is efficient in most os the scenarios.But If you again facing some problem than Please Write Us In the Comments