ItemsSource and collections in which only element properties change
问题 I'm having grief with a ComboBox not reflecting changes in the properties of the collection to which its ItemsSource is bound. There is a tree made up of a Categories observable collection of Category objects containing Setting objects. Some settings define the presentation names for the domain of values permitted for other settings. These are spread over several categories, but a little magic with LINQ produces an ObservableCollection in which ChannelCategory exposes properties ChannelNumber