I wont to create a table where is a fixed number of rows and columns. Column #1 would contain the row description and be fixed. The other rows will not fit the screen (landscape) and must scroll. Vertical scrolling is not required. Think of a golf score card where the left column is fixed.
Is it possible to do this?
The first option I can think of right off the bat is: B4XTable. You can scroll horizontally, but not vertically. You can freeze the firt column and the other columns can scroll horizontally.
Added this line a few minutes later: If you decide to use B4XTable and need help, come back.