I'm busy creating an app in B4a and would like to display info to the user in list format but with columns, I'll need 3 columns with headers and then all the info in a list below the headers, just like a grid in VB6. I'm struggling to find a view that will do this, can anyone suggest a view or point me in the right direction please.
Table is a Classand not a Library.
Look at the example source code provided with the class.
You need to add the class, Table.bas file, to your project (IDE menu Project / Add Existing Module).