A apty Active Member Licensed User Longtime User Sep 11, 2016 #1 Is it possible to implement a listview that looks like the attached image (i.e. it has the controls like in the image)? Please assist with an example. Thanks Attachments LISTIEWCT.png 6.7 KB · Views: 261
Is it possible to implement a listview that looks like the attached image (i.e. it has the controls like in the image)? Please assist with an example. Thanks
DonManfred Expert Licensed User Longtime User Sep 11, 2016 #2 Yes. Look at the CustomListview tutorial and follow this way to create the layout you want. Learn how to do to do it yourself! I don´t spend my FREETIME to create an example for you Upvote 0
Yes. Look at the CustomListview tutorial and follow this way to create the layout you want. Learn how to do to do it yourself! I don´t spend my FREETIME to create an example for you
LucaMs Expert Licensed User Longtime User Sep 11, 2016 #3 You can not see anything in this project, but just because ImageViews and Labels are empty . You can add parameters to the AddItem routine to pass also the bitmaps and texts Attachments CLV Example.zip 10.8 KB · Views: 179 Upvote 0
You can not see anything in this project, but just because ImageViews and Labels are empty . You can add parameters to the AddItem routine to pass also the bitmaps and texts
LucaMs Expert Licensed User Longtime User Sep 12, 2016 #5 Changed the example in #3 (I thought that it was correct. Even now it is not perfect). Upvote 0
A apty Active Member Licensed User Longtime User Sep 13, 2016 #6 Thanks again. I got the concept and used it. I can loop and add entries but i am still to use it with a database Upvote 0
Thanks again. I got the concept and used it. I can loop and add entries but i am still to use it with a database