This repository has been archived by the owner on May 1, 2024. It is now read-only.
TabView + LazyView
#1074
-
I'm looking at the develop sample: public static LazyTestViewModel Current { get; } = new LazyTestViewModel(); It's already initialized, but shouldn't it be created when the view is also created? |
Beta Was this translation helpful? Give feedback.
Answered by
pictos
Mar 13, 2021
Replies: 1 comment 2 replies
-
In this specific case I don't want that, I want to have a ViewModel pre-initialized to share between pages. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
pictos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this specific case I don't want that, I want to have a ViewModel pre-initialized to share between pages.