So, why not, in the Table click event for example, do this:
B4X:
Dim column As B4XTableColumn = B4XTable1.GetColumn(ColumnId)
Log(column.Title)
column.Title = "New Title"
Log(column.Title)
PrefDialog.CustomListView1.Clear 'required to force the layout to be recreated
EDIT: It doesn't change anything, so, why can we not change Title Property this way?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.