I'm creating a table layout at run time which is contained in a scroll view,
and am looking for a method of freezing the top row so that it remains
locked at the top of the screen while the rest of the table is able to
scroll up/down.

The only way that comes to mind is to -

    Create a table1 containing the top row
    Create a table2 containing the rest of the rows
    Copy the column widths from table2 to table1
    Put table2 inside a scroll view

Is there a better method for achieving the desired results?

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

Reply via email to