okay - thanks.  how do I make the columns have a different width?
i.e. the first column is wider than the second two.

i see android:columnWidth and setColumnWidth(), but those assume a
uniform column width.

On Mar 1, 12:01 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to