Ouh, interesting!! Thanks!Hey @Mike1970.
I presume that if you have to do it in both B4A and B4i, you could probably modify xCLV to do that for you. Yes, you could look at modifying an xCLV layout to hold 2 cards/panels and populating them one at a time for your needs.
You watch Erel answer with a link where he has already done this and I've missed it on the forum lol
Edited: I've just remembered this from guess who lol...
xCustomListView with Four Columns of Imageviews and many Rows
I wanted to accomplish what Erel did in the below link in post #3, but with 4 or multiple columns of imageviews not one imageview column. https://www.b4x.com/android/forum/threads/applying-lazy-loading-to-xcustomlistview-with-imageviews-bitmap-files.101299/ I have a list of bitmap files to show...www.b4x.com
Enjoy...
Now that's a good idea, actually that's a great idea @Erel.If the two columns are not aligned then it might be simpler to use two CLVs for this. You can make them scroll together by handling the ScrollChanged event.
Nice, real nice Erel.Works quite good. If the user scrolls several lists at the same time then there will be some distortions however they will be resolved quite quickly.
Thanks erel, i think i solved in another way!View attachment 91360
See the attached project.
Works quite good. If the user scrolls several lists at the same time then there will be some distortions however they will be resolved quite quickly.