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?

|
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?
| |||
|
feedback
|
|
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. | |||||||||||
feedback
|