2010-02-09 156 views
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有数据,它有足够的项目滚动。

感谢

回答