In Gingerbread, I had no issues with using smoothScrollToPosition() to scroll across dozens of items at a time. After my Nexus S was upgraded to Ice Cream Sandwich, I noticed th
Because the ListView uses the getChildCount() method to get the position count in AbsListView.java source code. but in ListView the getChildCount() method can't get the correctly count. Maybe you should use setSelection() method.