What I ended up doing in my app, is: I use a ListView instead, and, just like you, I created a header view that doesn't scroll.
ListView items, as well as the header, use RelativeLayout. Some views are positioned left to right, others, right to left, and one view in the middle grows when in landscape mode. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 29.08.2010 1:57 пользователь "Bret Foreman" <[email protected]> написал: I'd like to have column headings in a TableLayout and I'd like those headings to remain visible when the table is scrolled vertically. One option is to create a separate TableLayout just for the column headings but it's a little complicated keeping the column widths consistent between the two tables. Is there a better approach? -- 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]<android-developers%[email protected]> For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- 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

