WPF for those who know Windows Forms

Note that you can either use Items OR use ItemsSource, using Items directly trumps the databinding. (Note stuff in the middle of the XAML tag populates the Items collection[3] – so this would break databinding.) In other words, the following code will throw as it specifies both something for the Items collection and : ................
................