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...
Continue reading...