0

this is the Gridview i want it to scroll horizontally

<GridView
        android:id="@+id/gridview1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="15dp"
        android:layout_below="@id/tv_contactus"
        android:scrollbars="horizontal"
        android:verticalSpacing="50dp" />
  • http://stackoverflow.com/questions/5725745/horizontal-scrolling-grid-view and http://stackoverflow.com/questions/15919060/how-to-make-grid-view-scroll-horizontally-not-vertically-in-android – GOLDEE Dec 04 '13 at 10:48

1 Answers1

0

use gallery instead of gridview. or use horizontalscrollview if you are using newer android versions

Macrosoft-Dev
  • 2,195
  • 1
  • 12
  • 15