why regionManager.Regions.ContainsRegionWithName("ContentRegion") return false; #2327
Unanswered
pengqi1991
asked this question in
WPF
Replies: 1 comment 3 replies
-
Can you place your sample on GitHub or use a .zip format? This usually happens when you are trying to access the region before it exists, or when you define region on an element that is not part of the visual tree like a context menu. |
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
-
why regionManager.Regions.ContainsRegionWithName("ContentRegion") return false;
_regionManager.RequestNavigate(RegionNames.ContentRegion, navigationPath); can't show content.
code in https://github.com/pengqi1991/scoremanager
Beta Was this translation helpful? Give feedback.
All reactions