ListView自动滚动方法

    技术2025-12-27  6

    直接在Layout中写即可,注意下面的stackFromBottom以及transcriptMode这两个属性。

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

    最新回复(0)