当前位置:操作系统 > 安卓/Android >>

ListView自动滚动方法

如何让你的ListView实现自动滚动呢? Android其实已经考虑到ListView控件的智能滚动操作。直接在Layout中写即可,注意下面的stackFromBottom以及transcriptMode这两个属性。涉及代码如下:
Xml代码 
<ListView android:id="listCWJ"  
        android:layout_width="fill_parent"  
        android:layout_height="fill_parent"  
        android:stackFromBottom="true"    
        android:transcriptMode="alwaysScroll"  
        />  

补充:移动开发 , Android ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,