is it possible to make a ListView go endless in both directions? I have 5 items that I want to go like A->B-->C->D->E->A->B... I don't have more than these 5 items, it's a static ListView. Like a circular List with the same 5 items. I have found some endless ListView that load new data when you are at the bottom, but nothing that goes in both directions.
Thanks!