Hello,
Welcome to our Microsoft Q&A platform!
I have to make many content pages for one section of the app and I will then need to make the same thing a few times over.
Do you want to use the same UI to display different data item(with similar structure)?
If yes, you can pass your data as paramaters to the UI(e.g. ContentPage
or ContentView
).
For how to pass paramater to ContentPage, you can check document Passing Data when Navigating .
For more details about ContentView, you can check: https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/layouts/contentview .
Hope it can help you.
Best Regards,
Jessie Zhang
If the response is helpful, please click "Accept Answer" and upvote it.
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.