Android Question how to add customlistview with coding ?

Ajws

Member
Licensed User
HI all,
i try to add customlistview to scrollview like this
B4X:
scv.Panel.AddView(customlistview1,leftpos,toppos,widthx,heightx)

but i get error "Type don't match"

Regards.
AJWS
 

DonManfred

Expert
Licensed User
Longtime User
You do not need a Scrollview.
Replace it with CLV. CLV is based on Scrollview
 
Upvote 0
Top