안드로이드 개발 질문/답변
(글 수 45,052)
<ScrollView android:layout_height="fill_parent" android:orientation="vertical" android:layout_width="fill_parent">
<LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical">
<GridView android:id="@+id/gridview" android:layout_width="fill_parent" android:layout_height="fill_parent" android:columnWidth="90dp" android:numColumns="3" android:verticalSpacing="10dp" android:horizontalSpacing="10dp" android:stretchMode="columnWidth" android:fastScrollEnabled="true" android:smoothScrollbar="true" > </GridView>
</LinearLayout>
</ScrollView>
xml 부분입니다
(처음부분은아니고 문제가 되는 부분)
마우스 휠로는 스크롤이 되는데
마우스를 잡아서 아래로 끌거나 위로 끌면 스크롤이 안됩니다.
무슨이유인지모르겠네요..
도와주세요..;;