Android Question Table View

Andromeda

Member
Licensed User
Longtime User
Hello,

which of these tableviews i should use best, when i have more columns than fits on the screen...and a lot of rows.
So i want to mainly scroll vertically, and sometimes scroll horizontally too. Also hide some columns.

I have seen the B4XTable (just horizontal scroll), the webview (no selection as far as i see), and the normal vertical scroll tableview (no horizontal scroll for more columns)

can anyone give me a hint?
 

Mahares

Expert
Licensed User
Longtime User
when i have more columns than fits on the screen...and a lot of rows.
So i want to mainly scroll vertically, and sometimes scroll horizontally too. Also hide some columns.
Based on your requirements and needs, the Flexible Table class version 3.07:
It includes an example where you can scroll horizontally and vertically and freeze the first column. Read in the commented section of the class modules all the additions over time implemented by klaus.
 
Upvote 0
Top