WPF Inner Property Binding not updating.
- by Matthew Kruskamp
I have an INotifyProperty item that I have bound to a wpf control.
<local:ScrollingSelector DataContext="{Binding Path=SelectedScreen.VisualizationTypes}" Grid.ColumnSpan="2" Grid.Column="3" Margin="0,0,0,0" Grid.Row="1"/>
If I change the SelectedScreen property to a different control the binding still assumes the first control. Why is this? Is there an easy work-around?