B4J Question b4x,xui listview?

MarkusR

Well-Known Member
Licensed User
Longtime User
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.

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)
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top