Pravee7094
Active Member
Hi all,
Can I load full layout into custom listview like this
If possible, Is there any code snippet?
Because only I want scrollview from custom list view.
Thanks
Praveen
Can I load full layout into custom listview like this
B4X:
'globel
Dim ScrollView1 As ScrollView
'activity create
Activity.LoadLayout("scrollview")
ScrollView1.Panel.LoadLayout("entry_customer")
ScrollView1.Panel.Height = ip_fullpanel.Height
If possible, Is there any code snippet?
Because only I want scrollview from custom list view.
Thanks
Praveen