I\'m not able to scroll all list items. I can scroll it with mouse scroll bar on simulator but if want to scroll it on touch it is not scrolling.
Can somebody help me ou
You can't embed your ListView within ScrollView. ScrollView already has its own Scroll listeners. So when you try to have another view like listView within a view which has its own Gestures it will make your listview to hang up. And in your case I believe just removing the Scroll view alone will make it work correctly
Never put your ListView inside ScrollView.And also never put MapView,ListView,WebView inside scrollView.
Because those are already scrolled view itself.And no need to put it in scrollview.so remove it from scrollview.