Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

16
Votes

Currently SfTabView load all the pages in tabs at the startup. Because of this the performance is poor when you have moderate complex pages inside tabs.


You should implement lazy loading of pages (maybe with a custom property), it will make your tabbed page control the first and unique to have this feature built in :)


I made some research and i found this awesome post:

https://enginecore.blogspot.com/2019/01/xamarin-forms-lazy-load-tabs-in_10.html