Hi
I have tried everything and this is still not working. If you have any ideas, please let me know
I have tried everything and this is still not working. If you have any ideas, please let me know
B4X:
Main.RootPane.LoadLayout("1") 'Load the layout file.
TableView1.SetColumns(Array As String("Cust No.", "Name", " Phone", "Contact", "Province"))
TableView1.SetColumnWidth(0,210)
TableView1.SetColumnWidth(1,250)
TableView1.SetColumnWidth(2,210)
TableView1.SetColumnWidth(3,250)
TableView1.SetColumnWidth(4,210)
TableView1.SetColumnSortable(0, True)