I'm currently playing around with xCustomListView to make B4X compatible listviews.
Has anyone already created a parallax image scroll like the one shown here in this video?
I have been looking at CLVHeader , but the listview scrolls BEHIND the image in that example.
If you look closely to the video, you will see that in the case of parallax scrolling, the listview scrolls ABOVE the image. I think this needs some kind of "empty" or "transparent" cells in the listview, but that does not seem to be supported.
I've tried playing with CustomListView1.AsView.BringToFront but that doesn't seem to help either.
Has anyone already created a parallax image scroll like the one shown here in this video?
I have been looking at CLVHeader , but the listview scrolls BEHIND the image in that example.
If you look closely to the video, you will see that in the case of parallax scrolling, the listview scrolls ABOVE the image. I think this needs some kind of "empty" or "transparent" cells in the listview, but that does not seem to be supported.
I've tried playing with CustomListView1.AsView.BringToFront but that doesn't seem to help either.