-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
I have a Prism WPF 6.3 application using a main menu copied from the following xaml
https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob/master/MainDemo.Wpf/MainWindow.xaml
I put a region in ListBox at line 47. The region works as expected (I see the registered views), but I cannot find it in region manager.
After some test I suspect the issue is because the region is nested in materialDesign:DrawerHost.LeftDrawerContent.
For example I have another region in ContentControl at line 88 and it is present in region manager.
Why region is not in region manager?
Metadata
Metadata
Assignees
Labels
No labels