On Mon, Aug 30, 2010 at 12:44 PM, Bret Foreman <[email protected]> wrote: > 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?
I am uncertain that ListViews can go in a HorizontalScrollView, though it is worth a try. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9 Available! -- 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

