ciprian Active Member Licensed User Longtime User Jul 31, 2013 #1 Hi there. I'm searching a way to have some scroll view or listview....but i can't find the right exemple to use. In my project, i'm having a list, and in each line i have an image, an edittext , a button and a tooglebutton. I'm lost, ...., what should i use to do that?
Hi there. I'm searching a way to have some scroll view or listview....but i can't find the right exemple to use. In my project, i'm having a list, and in each line i have an image, an edittext , a button and a tooglebutton. I'm lost, ...., what should i use to do that?
thedesolatesoul Expert Licensed User Longtime User Jul 31, 2013 #2 Do a search for CustomListView or UltimateListView. Upvote 0
barx Well-Known Member Licensed User Longtime User Jul 31, 2013 #4 I don't see why this cannot be done with a standard scroll view. the items are not expanding lists so basic stuff really. Upvote 0
I don't see why this cannot be done with a standard scroll view. the items are not expanding lists so basic stuff really.
Erel B4X founder Staff member Licensed User Longtime User Jul 31, 2013 #6 CustomListView class uses a standard ScrollView to implement a list. It will be easier to use it. Upvote 0
ciprian Active Member Licensed User Longtime User Jul 31, 2013 #7 I will try it this night. Thank you all. Upvote 0