Hello,
Welcome to our Microsoft Q&A platform!
Try using CarouselView to display the photos/videos. If you want to swipe form bottom to top and swipe an item at on time, please use as LinearItemsLayout as CarouselView.ItemsLayout and set SnapPointsType to MandatorySingle.
Here is the sample code, you could refer to it.
<CarouselView>
<CarouselView.ItemsLayout>
<LinearItemsLayout Orientation="Vertical" SnapPointsType="MandatorySingle"/>
</CarouselView.ItemsLayout>
<CarouselView.ItemTemplate>
<DataTemplate>
<!--the content-->
</DataTemplate>
</CarouselView.ItemTemplate>
</CarouselView>
Best Regards,
Jarvan Zhang
If the response is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.