·您现在的位置: 云翼网络 >> 文章中心 >> 网站建设 >> app软件开发 >> Android开发 >> android ListView自动滚动方法

android ListView自动滚动方法

作者:佚名      Android开发编辑:admin      更新时间:2022-07-23
复制代码 代码如下:
<ListView android:id="listCWJ"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:stackFromBottom="true"
android:transcriptMode="alwaysScroll"
/>