Prism 7 Problems & Solutions: Loading Dependent Views
Watch this course to learn how to navigate a view into one region, while simultaneously navigating another related view into a different region of the same view.
What you'll learn
This course is the 4th course in a series called "Prism Problems & Solutions" and continues to build upon the tips and tricks learned in the previous courses in this series. Every production WPF application has some form of navigation in which a user navigates from one view to another within the application. More complex applications have multiple regions in a single view, that can be navigated independently of the other regions on the same view. The problem which arises from this complex architecture, is when you must navigate a view into one region, while simultaneously navigating another related view into a different region of the same view. Things only become more complicated when having to handle navigating multiple related views in separate regions within a single view. By the way, they must all share the same data across these decoupled region boundaries. This course will show viewers how to solve this very complex navigation scenario by using the power and extensibility of Prism.
Table of contents
- Introduction 2m
- Problem - Associate RibbonTabs with Views 1m
- Solution - Custom Attribute 5m
- Problem - Injecting Dependent RibbonTabs 1m
- Solution - Custom Region Behavior 2m
- Demo - Custom Region Behavior Part 1 10m
- Demo - Custom Region Behavior Part 2 5m
- Problem - Shared DataContext 2m
- Solution - Simple Interface 5m