WPF Inner Property Binding not updating.
Posted
by Matthew Kruskamp
on Stack Overflow
See other posts from Stack Overflow
or by Matthew Kruskamp
Published on 2010-04-27T23:02:24Z
Indexed on
2010/04/27
23:03 UTC
Read the original article
Hit count: 313
wpf
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?
© Stack Overflow or respective owner