1. int  position  =listView1.getFirstVisiblePosition();//记录显示到的为位置 
  2.  
  3. listView1.setSelection(position);//放到需要复现的地方