Binding View and ViewModel on a DataGrid
问题 I'm using a View and ViewModel set on an already existing ViewModel. You could say that's the base with the second ViewModel placed on that. When placing another ViewModel in the underlying ViewModel of MainViewModel ( BrowseViewModel in this particular sample), the associated ViewModel does not show up. Implementation as follows: class MainViewModel : PropertyChangedBase { private BrowseViewModel _BrowseViewModel= new BrowseViewModel(); public BrowseViewModel BrowseViewModel { get { return