What if I set up LinearLayout arranged horizontally with a set of
ListViews? The left-most ListView would be a list of row labels. The
whole works would be in a HorizontalScrollView. The column headings
would be set with ListView.addHeader. Then the only difficult task
would be synchronizing the scrolling of the ListViews. I'm guessing
that somewhere in the ListView object hierarchy is something like
onScrollListener that I can override and also something like
setScroll. What do you think?

-- 
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