i'm trying to create tables on start of a layout, with text boxes for use to input some values, its such that my table is going to be dynamic, it depends on somethings the user must i've input before, such that now i might have to create a 5x8 table(row x column) and later, 20 x10. Also, because of how the size would vary, i might need to be able to scroll the layout vertically and horizontally, incase number of boxes created spills over the layout size. Any help on this?