Did you try to set Table.HeaderVisible to false?
You should test it, I'm not sure if the user can drag the vertical lines or not.Actually NO....
I was using it to ref the collumns, but I can use a label for that...
Nice tip..
You should add it during the query:BTW, how can we add a collumn after a sql "table read" (this is the easy part), and then make this newly added collumn, the FIRST collumn...???
cmd.CommandText = "SELECT '' AS newcol, table1.* FROM table1"
You should add it during the query:
B4X:cmd.CommandText = "SELECT '' AS newcol, table1.* FROM table1"
You should test it, I'm not sure if the user can drag the vertical lines or not.