Prism.Regions #3117
Unanswered
WolfBullet
asked this question in
WPF
Prism.Regions
#3117
Replies: 1 comment 1 reply
-
Region manager is 1,000% supported in WPF. I imagine you have the wrong nuget references or namespaces declared. It will also work in .net 8 just fine. Hard to say what your issue is without a sample app |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a new application and trying to reuse some new strategies i'm learning from an older project. One of them is the use of regions and the region manager to bind views to other views in wpf. To be able to reuse the region manager since it auto resolves regions and seems easy to implement. But is it not available yet for .net 8.0. I also get following notification that is is unsupported.

Beta Was this translation helpful? Give feedback.
All reactions