On Thu, Oct 20, 2011 at 4:29 PM, Mark Phillips <[email protected]> wrote: > Is there a way to lock the scrolling of the > first column?
No, sorry. > Or do I have do to do something like > > ScrollView > Vertical LinearLayout > TableView - first column > Horizontal ScrollView > TableLayout - rest of the columns > > I don't think the above will work, since the two tables don't know about > each other so the cells can be misaligned? Does that thought even make > sense? As you indicated, your rows won't know about each other. You may be able to manually force the heights of the TableRow widgets and ensure they'll be aligned, and also set the fonts and text so nothing word-wraps and you don't have too-short or too-tall text. > Have I wandered into the weeds? Personally, I'm not a big fan of this 2D scrolling table UI on a phone. I just think you're trying to cram way too much stuff into too small of a screen. On a tablet, the spreadsheet-as-UI-metaphor might be OK. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 4.0 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

