hm... how about a compound control with two listviews side by side in it? http://developer.android.com/intl/zh-CN/guide/topics/ui/custom-components.html
I did try to look at the GridView.java class in the Android source, but it is accessing com.android.internal stuff and it has references to things like mAdapter which I cannot find (is that part of AbsListView) ? On Mar 1, 4:14 pm, Mark Murphy <[email protected]> wrote: > sdphil wrote: > > hm... what about three ListView's side by side hide the scrollbar on > > all but the right most one.... > > You can try it. Personally, I doubt it will work well. For starters, you > will have to take great pains to make sure each row is the same height. > And, the user will still be able to scroll them independently. And, you > will have to manually handle the left/right D-pad operations. > > For all that, you may as well make a tailored GridView that works the > way youwant. > > -- > 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

