hi!!
I have in my xml a TableLayout with no rows, where I create rows dinamically as the user press a button.
It works fine, but the problem is that when rows reach the bottom of the screen, the next ones can't be seen, and I would like to put a Scroll so it would be possible to go up or go down the table to see all rows.
I've seen that a Scroll must contain a static number of elements, so I suppose I will need a ListView, but every type of implementation I try, it gives me an error.
So maybe you know how to have a scroll bar which dinamically contains more and more elements (in my case: rows).
Thanks!!




