Some official custom views do not have fundamental properties, such as Visible, Left, Top, etc.; for example B4XTable.
I know that it is possible to use:
but this is not intuitive nor consistent and especially for newcomers to B4X it can be a problem.
Note that CustomListView, for example, does not provide mBase, you have to use:
Since it is very easy to add those properties, I think it is appropriate to do it.
I know that it is possible to use:
B4X:
B4XTable1.mBase.Visible
Note that CustomListView, for example, does not provide mBase, you have to use:
B4X:
CustomListView1.GetBase
Since it is very easy to add those properties, I think it is appropriate to do it.
Last edited: