標題:
Android App - ListView 特性
[打印本頁]
作者:
admin
時間:
2013-4-7 23:29
標題:
Android App - ListView 特性
當顯示資料時, 當資料填滿整個 listview 時, 一定顯示最尾一列
方法:
在 xml 檔中的 Listview 加入android:transcriptMode="alwaysScroll"
當顯示資料時, 第一列資料顯示在最尾一列, 當下一列資料顥示時才往上移
方法:
在 xml 檔中的 Listview 加入以下兩行
android:transcriptMode="alwaysScroll"
android:stackFromBottom="true"
歡迎光臨 How2Do (http://forum.how2do.com.hk/)
Powered by Discuz! 7.2