Sleep(0)
B4XTable1.pnlHeader.Visible = False
I tried this in Activity_Create after creating the instance of the EditableTable class containing the B4XTable.
I tried it in the B4XTable Initialize sub after the table had been created.
Both gave me the same error response:
java.lang.RuntimeException: Object should first be initialized (B4XView).
I tried it in the B4XTable1_DataUpdated sub.
No error but headers still visible.