Add views to listviewitem

brelto85

Active Member
Licensed User
Longtime User
Is possible to add an object (panel that contains other views) to item of listview?

I've a settings layout that for each item i've a label, button ecc..

thanks
 

NFOBoy

Active Member
Licensed User
Longtime User
For the standard listview, it does seem to be the case. There is a great thread about different ScrollView looks to get inspiration from, here http://www.b4x.com/forum/basic4android-getting-started-tutorials/8423-scrollview-examples-summary.html

If you do need ListViews though, then you might want to take a look here http://www.b4x.com/forum/additional-libraries-classes-official-updates/19567-class-customlistview-flexible-list-based-scrollview.html#post112810 and here http://www.b4x.com/forum/basic4android-getting-started-tutorials/17708-custom-listview-library.html#post101528 which might be something you want to try as well.
 
Upvote 0
Top