ListViewをスクロールさせたくてScrollViewに入れようとしました。 が、うまくいきません。
調べると、「やってはいけないこと」に「ScrollView の中に ListView を入れる」がありました。
さらに調べると、LisrView自体にScrollView の機能があるそうです。
<ListView android:id="@+id/listView1"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:scrollbarThumbVertical="@drawable/scrollbar_thumbl"
android:scrollbarSize="10dip"
android:scrollbarStyle="outsideInset" >
</ListView>
でscrollbar_thumblで指定した画像でスクロールバーが表示されます。(参考サイト:プログラマの雑記帳