2010-02-09 5 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> 

목록보기에는 데이터가 있으며 스크롤 할 항목이 충분합니다.

감사

답변

관련 문제