I really would like to have a "real" GridView...
yes, I know, it can be done using code...
http://www.b4x.com/forum/basic4andr...ine-tableview-using-scrollview.html#post43614
... but if in a single activity I need to put 2 or 3 grids ("tables"), using only code become a mess :sign0137:
I really would like to have a "gridview" with properties&events embedded
like
myGrid.RowHeight(Row as int)
myGrid.ColWidth(Col as int)
myGrid.CellText(Col as int, Row as int)
myGrid.CellBackColor...
sub myGrid_CellClick...
so that I add a grid (or I initialize a grid), and the code will be sooooo clean...
I need to use 3 grids in a activity, and now I am using a ListView... :sign0148: hard life...
yes, I know, it can be done using code...
http://www.b4x.com/forum/basic4andr...ine-tableview-using-scrollview.html#post43614
... but if in a single activity I need to put 2 or 3 grids ("tables"), using only code become a mess :sign0137:
I really would like to have a "gridview" with properties&events embedded
like
myGrid.RowHeight(Row as int)
myGrid.ColWidth(Col as int)
myGrid.CellText(Col as int, Row as int)
myGrid.CellBackColor...
sub myGrid_CellClick...
so that I add a grid (or I initialize a grid), and the code will be sooooo clean...
I need to use 3 grids in a activity, and now I am using a ListView... :sign0148: hard life...