Hi all
I would like to convert a B4a listview to a tableview:
I load the listview using the following:
lvLessons.AddSingleLine("Chapter1")
lvLessons.AddSingleLine("Chapter2")
etc...
I have defined a tableview and initialized it. Do I need to use table cells in order to add the lines?
Thanks
I would like to convert a B4a listview to a tableview:
I load the listview using the following:
lvLessons.AddSingleLine("Chapter1")
lvLessons.AddSingleLine("Chapter2")
etc...
I have defined a tableview and initialized it. Do I need to use table cells in order to add the lines?
Thanks