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