I want to build a Table with many columns (20) and many rows (100), so some columns would be invisible due to the screen's width.
I choose to use ListView for this, but how to make user see the invisible columns, I'd like the table fix the first column, and user can horizontally scroll the other columns in this listview.
is there any 3rd lib for this? How can I do this?