A Ajws Member Licensed User Dec 22, 2017 #1 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
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 Dec 22, 2017 #2 You do not need a Scrollview. Replace it with CLV. CLV is based on Scrollview Upvote 0
A Ajws Member Licensed User Dec 22, 2017 #3 But i have another objects on my CLV, and i put my CLV in button of scrollview Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 24, 2017 #4 Create a layout file with the CLV. You can add a panel and then load it to the panel with Panel.LoadLayout. Upvote 0
Create a layout file with the CLV. You can add a panel and then load it to the panel with Panel.LoadLayout.