私はこのような作業ListViewを持っています
<ListView Name="passageListView" ItemsSource="{Binding Path=Passages, NotifyOnTargetUpdated=True}" TargetUpdated="PassageListViewTargetUpdated">
はどこPassagesにありますかObservableCollection<>。
さて、コードで同じバインディングを行うにはどうすればよいでしょうか? (設定する必要があることに注意しNotifyOnTargetUpdated=Trueてください)
に を割り当てようとしましBindingたpassageListView.ItemsSourceが、これは許可されておらず、 は?ではないSetBinding()ため使用できません。passageListView.ItemsSourceDependencyProperty
何か案は?