Replies: 2 comments 3 replies
-
It's not yet implemented for Xaml defined layouts. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@wieslawsoltes Thanks for your quick reply. Does it mean it works with code defined layouts? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use the concept of DemoXaml in the samples to save the layout on closing the app and loading it on startup. The layout is stored and restored perfectly, but the content is lost. Same happens with DemoXaml.
How can I restore/add the content after loading the layout using
I tried something like
where ToolNameView is a UserControl which was added in the MainWindows.axaml using ViewLocator like:
But this does not work.
Beta Was this translation helpful? Give feedback.
All reactions