On Mon, Aug 30, 2010 at 12:03 PM, Bret Foreman <bret.fore...@gmail.com> wrote:
> Are there settings in TableLayout that can turn on this scroll behavior?

No.

> Is there, perhaps,
> a more advanced widget than TableLayout that can produce this type of 
> scrolling?

Not in the SDK.

> Are there some tricks I can do with a ScrollView to get
> this behavior?

You would first need to get a ScrollView and a HorizontalScrollView to
nest properly. I have seen posts that suggests this works, but I have
not tried it.

You would then need your column headings to live outside of the
ScrollView and the row headings to live outside of the
HorizontalScrollView. Manually scrolling the headings based on scroll
events, and getting everything to line up properly, will be
challenging, I suspect.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

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