Dear colleagues
I have been using this library Grid/Table and ListView Library since 2015 in my B4A projects.
I need to be able to create a column that is hide to the user.
This is my code to create the column:
cc(0).Initialize2 ( "Cod" , "codb" , 50dip , Gravity.CENTER_VERTICAL + Gravity.CENTER_HORIZONTAL)
gg.ColAppend ( cc(0) )
I can't make it hide to the user.
I thank you in advance for your valuable collaboration.
I have been using this library Grid/Table and ListView Library since 2015 in my B4A projects.
I need to be able to create a column that is hide to the user.
This is my code to create the column:
cc(0).Initialize2 ( "Cod" , "codb" , 50dip , Gravity.CENTER_VERTICAL + Gravity.CENTER_HORIZONTAL)
gg.ColAppend ( cc(0) )
I can't make it hide to the user.
I thank you in advance for your valuable collaboration.