有一個名爲listB_addRemove
的列表框。我試圖將文本框綁定到該列表框,但我失敗了,文本框中沒有顯示任何內容。以下是我的嘗試:將文本框綁定到列表框
<TextBox Height="23" HorizontalAlignment="Left" Margin="71,40,0,0" Name="textBox1"
VerticalAlignment="Top" Width="120" Grid.Row="1"
DataContext="{Binding ElementName=listB_addRemove, Path=SelectedItem}" />
問題在哪裏?
你實現INotifyPropertyChanged的? – Stephen 2012-03-14 16:38:21