I am having a listview inside a scrollview, but the problem is that the scrollview is scrolling but listview is not scrol
listview
scrollview
If you put your ListView/any scrollable View inside the scrollView it will not work properly because when you touch the screen ,main focus of your touch is on parent view(scrollView ) not the child View (ListView).