sdphil wrote: > okay - thanks. how do I make the columns have a different width? > i.e. the first column is wider than the second two.
With luck, width will be driven by the contents. Make the contents of your first column be wide to take up the desired space. You'll note, though, that in my reply, I didn't say that you would be able to get your desired look with a GridView. :-) You stipulated you needed cell-level selection, and the only thing that offers that, that looks vaguely like what you want, is GridView. So, if having wide contents of the first column does not work, you need to poke around the GridView source and see if you can extend or clone it to give you the look you want. While that sounds icky, I suspect that's easier than anything else you might try. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in NYC: 1-2 May 2010: http://guruloft.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

