Binding from View-Model to View-Model of a child User Control in Silverlight? 2 sources - 1 target
问题 So i have a UserControl for one of my Views and have another 'child' UserControl inside that. The outer 'parent' UserControl has a Collection on its View-Model and a Grid control on it to display a list of Items . I want to place another UserControl inside this UserControl to display a form representing the details of one Item . The parent UserControl's View-Model already has a property on it to hold the currently selected Item and i would like to bind this to a DependancyProperty on the