tufanv Expert Licensed User Longtime User Oct 5, 2016 #1 Hello I always add a label to a scrollview with scrollview.panel.addview . Is there a way to add a label or something else to a scrollview with designer ? TY
Hello I always add a label to a scrollview with scrollview.panel.addview . Is there a way to add a label or something else to a scrollview with designer ? TY
Erel B4X founder Staff member Licensed User Longtime User Oct 5, 2016 #2 Yes. You can use ScrollView.Panel.LoadLayout. Or you can add panels and load layouts to those panels. Or you can use CustomListView: [Class] CustomListView - A flexible list based on ScrollView Upvote 0
Yes. You can use ScrollView.Panel.LoadLayout. Or you can add panels and load layouts to those panels. Or you can use CustomListView: [Class] CustomListView - A flexible list based on ScrollView