How to use tileview design a circular scrolling page when a finger slide on the display

###########################################################
I use visual studio built my project and with PC monitor showing the effect
############################################################

1.I use the titlview widget to test.When scrolling the tile view page to the last page ,it can’t return to the first page,How to make the tile view page circulate?
2.It’s single page also can’t scroll to entire page

The tileview does not support circulating pages like the roller does, as far as I know.

Thank you,The official guidance document said the tileview wedget can be used on smartwatch,I think the tileview pages can circulating roller.

The tileview can be used to give a user interface similar to smartwatches, but this does not mean it can circulate like a roller can. I do not see anything in the tileview code that would implement this functionality.

Thank you I get it,I try whether has other method can solve this problem.