Building the entire layout for a Tab of a TabbedPage before it's Visible #21885
dinisvieira-xo
started this conversation in
Upgrading from Xamarin
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a specific scenario where we have 5 fixed tabs and each of those tabs has a NavigationPage and Page(s) with complex layouts.
In Xamarin Forms all tabs seemed to load fully even before you changed tabs.
But on MAUI it seems they only load after you open them the first time.
Is this behavior expected? Is there a way to override this?
Beta Was this translation helpful? Give feedback.
All reactions