Hi all,
I need to have excel-like headers. It means, that it has vertical headers (fixed horizontally), which can be scrolled vertically, and horizontal headers (fixed vertically), which can be scrolled horizontally. The contents should be scrollable both vertically and horizontally.
To make it clear, I tried to 'draw' here.
hor_header1 | hor_header2 | hor_header3 | .......
ver_header1 | content1_1 | content1_2 | content1_3 | ...........
ver_header2 | content2_1 | content2_2 | content2_3 | ........
ver_header3 | content3_1 | content3_2 | content3_3 | ...........
....... | ........... | .......... | ...........
So ver_header1,2,3 should be sticky when I scroll horizontally, and hor_header1,2,3 should be sticky when I scroll vertically
How could I achieve this? Is it possible in android???
Thanks before.
Heru