What is the replacement for AndroidX.ViewPager.Widget.ViewPager in Maui

khatauli 61 Reputation points
2024-07-23T01:11:37.2633333+00:00

My app uses AndroidX.ViewPager.Widget.ViewPager to display multiple pages of information, but I am not able to find any substitute for this in Maui! Can somebody please help!

Developer technologies .NET .NET MAUI
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 50,126 Reputation points Microsoft External Staff
    2024-07-23T05:39:36.69+00:00

    Hello,

    ViewPager is a container in Android that allows you to switch pages by swiping left or right. In MAUI, it is encapsulated as a CarouselView control that is ready to use.

    You could refer to the following document to learn how to use it in MAUI.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, 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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.