android ListView automatic scrolling method

  • 2020-05-09 19:14:33
  • OfStack

 
<ListView android:id="listCWJ" 
android:layout_width="fill_parent" 
android:layout_height="fill_parent" 
android:stackFromBottom="true" 
android:transcriptMode="alwaysScroll" 
/> 

Related articles: