Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Lazy Tab is not lazy #6

Open
TienNK1987 opened this issue Sep 7, 2020 · 2 comments
Open

Lazy Tab is not lazy #6

TienNK1987 opened this issue Sep 7, 2020 · 2 comments

Comments

@TienNK1987
Copy link

It sounds like the lazy tab is not really lazy. As I see when debugging my app, TabView always initializes all ContentView in all TabViewItem (Tab content) when opening the page.

@AswinPG
Copy link
Contributor

AswinPG commented Oct 19, 2020

In my experience it was quite the opposite (android), On each tab change the contentview was initialised every time. Shouldn't it be initialised only once. So we can have good statrtup as well as runtime performance. In current situation runtime performance is low while using Lazyload

@jsuarezruiz
Copy link
Owner

Refactoring and improving several parts of the control: #12
I will check thoroughly the best option to have Lazy Loading.

Thanks for all your feedback.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants