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
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.