Issue
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 column also always visible while scrolling horizontally.
Tried to put a list view inside an HorizontalScrollView which let me display a list with horizontal and vertical scrolling but no static column/header. I am trying to avoid using multiple views and sync between them while the user scrolls.
Later on I will have to control events inside the view like row/columns clicks, so something with a custom adapter should be used.
any ideas?
Solution
You can check this library that I made: https://github.com/InQBarna/TableFixHeaders
I think that it implements the widget you're looking for.
Answered By - Brais Gabin
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.