I have a horizontal list . I need the listview to be closed. For example, if the last item is reached in Listview , then display the first item below the last item. This means that the element must be in a circular format. And if I scroll the first element, it should show the last element before the first element. I want a scroll for both sides.
The image below can say exactly what I want 
The first image displays 5 elements, and when scrolling Listview it should scroll through the elements. As shown in the picture is the second image . Thanks in advance.
>
source share