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


Comments

  1. Woah!! Such a piece of the nice information you have shared here, I have read the entire post and I must say that the information is very helpful for me.
    Xamarin Development Company texas

    ReplyDelete

Post a Comment

Popular posts from this blog

FilePicker In Xamarin Forms

How to Use Media Picker In Xamarin Forms Portable