B4J Question TableView Column Handling

rwblinn

Well-Known Member
Licensed User
Longtime User
Hi All,

for this case: The columns for a tableview are created automatically when loading the data (via DBUtils).
The tableviews property Table Menu Button is activated enabling hide/show of the populated columns.

Questions:
  • How to hide/show via program code a column (like doing manually via table menu)?
  • How to get via program code the visibility state of a column?
  • How to disable moving columns to another position via program code?
  • How to move columns to another position via program code?
 
Top