Android layout - How to implement a fixed/freezed header and column

前端 未结 7 1467
轮回少年
轮回少年 2020-12-24 07:46

I would like to create a table-like view that contains a large number of columns (7-10) while the headers row is always visible (even when scrolling down) and the first colu

7条回答
  •  忘掉有多难
    2020-12-24 08:20

    github link

    Recently I came across a situation where I need first two row & first column freeze. I got this library I modified it according to my requirement & fixed some bugs. Now work smoothly.

提交回复
热议问题