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

  • Thread starter Thread starter Luis Magana
  • Start date Start date
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

R
Replies
0
Views
5
Ryoung1994
R
L
Replies
0
Views
8
LeonardSalamacha1
L
A
Replies
0
Views
6
Abiodun Ademiluwa
A
K
Replies
0
Views
4
KevinJacque
K
Back
Top