Is there a support for ZoomScrollViewRenderer in MAUI

Anonymous
2023-09-13T07:38:47.87+00:00

We are trying to migrate our Xamarin project to MAUI.

In xamarin forms application we have a ZoomScrollViewRenderer which we wanted to migrate it to maui.

Upon searching on internet there are no resources related to it.

How is it handled in MAUI. Is it required for MAUI?

Thanks

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,647 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,231 questions
{count} votes

Accepted answer
  1. Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,381 Reputation points Microsoft Vendor
    2023-09-14T06:08:53.5066667+00:00

    Hello,

    Rather than using custom renderers, MAUI introduces a new concept called a handler, you could migrate a Xamarin.Forms custom renderer to a .NET MAUI handler.

    If you still want to keep the custom renderer, you could reuse custom renderers in .NET MAUI, pay attention to moving the platform-specific implementation files to the corresponding Platform folder.

    Best Regards,

    Wenyan Zhang


    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

0 additional answers

Sort by: Most helpful