Its defined like this:
Using xml Syntax Highlighting
- <GridView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:numColumns="auto_fit"
- android:horizontalSpacing="6px"
- android:stretchMode="columnWidth"
- android:layout_centerHorizontal="true" />
Parsed in 0.001 seconds, using GeSHi 1.0.8.4
Do somebody know how to force the GridView to take as many space as necessary to view all content without scrolling?

