Hello,
In an example of clv I'm trying to create a Custom List View from a List of Type
I'm thinking to loop the values of list and create a string from all values and add them to the
clv with .AddTextItem but it will not be arranged in columns.
Any other ideas?
In an example of clv I'm trying to create a Custom List View from a List of Type
B4X:
Type Customer(ID As String, FirstName As String, LastName As String, Phone As String)
Private Customers As List
Private CustomListView1 As CustomListView
I'm thinking to loop the values of list and create a string from all values and add them to the
clv with .AddTextItem but it will not be arranged in columns.
Any other ideas?