Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#Actualdmatter

Posted 21 September 2012 - 03:41 PM

It works because an ICollectionView has the CurrentItem property and all collections have a default view instance that can be accessed by calling GetDefaultView(). So, when you bind a regular collection, such as an ObservableCollection, then WPF automatically binds to its default view (see Using a default View).

#1dmatter

Posted 21 September 2012 - 03:40 PM

It works because an ICollectionView has the CurrentItem property. All collections have a default view instance that you can access by calling GetDefaultView(). So, when you bind a regular collection, such as an ObservableCollection, then WPF automatically uses its default view (see Using a default View).

PARTNERS