i am able to implement the table layout with header (row) and the column1 as in the picture. But I wish to display Col1 constantly on the screen even when the table is scrolled horizontally.
any work around?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to create 2 different UI elements
Column 1 as ListView and rest as a TableLayout.
You need to capture the touch event on the UI Component and the pass it to the other so that scroll of both the component are in sync.
Thats my opinion, there can be a different solution to it as well.