3
我有一個標準的ListView。它不顯示滾動條軌道縮略圖。爲了顯示滾動條,您需要設置一些特殊設置嗎?我的定義是這樣的:在ListView上不顯示滾動條?
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<ListView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:dividerHeight="1dip" />
</LinearLayout>
listview有數據,它有足夠的項目滾動。
感謝