hello ,
what is the equivalent for a multi column listview similar to vb6 in b4x / xui ?
As ListView > As B4XView ?
i need a b4x list view for b4j & b4a
i have a type that represent the columns, except the byte array.
Type Entry(Id As Int,Name As String,Url As String,Password() As...