[Prism] How do I get other views to to work with binding custom UserControl?

L

Luis Magana

I am trying to understand MVVM WPF using Prism with a sample application. I have a menu bar on the side that allows for navigation to other views. I also have a custom UserControl that I plan to reuse through all the views. I have a dependency property for the custom user control and I can get the binding to work only on the "MainPage" view but not with any other page. I am confused as to why this is. For example what I want to happen is when i navigate to the "MCP06Page" using the "LeftMenu" I want my custom compoenent "ConveyorControl" to bind like this : <components:ConveyorControl

Continue reading...
 

Similar threads

A
Replies
0
Views
21
Abiodun Ademiluwa
A
K
Replies
0
Views
33
Kaylese Nickey
K
K
Replies
0
Views
13
KevinJacque
K
Back
Top Bottom