sdphil wrote: > I want to create a list view that looks like this: > > +----------+--+--+ > | | | | > +----------+--+--+ > | | | | > +----------+--+--+ > > It looks like a grid in terms of the selection can go to any row and > column, but I want the left most column to be significantly wider than > the columns to the right of it. > > What kind of control should I use?
If you want cell-level selection, GridView is your only option. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org -- 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

