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.
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.
B4X:
Type Entry(Id As Int,Name As String,Url As String,Password() As Byte,Changed As Long,Source As String,Mail As String,Note As String)