WPF makes it really easy to data bind properties of a control including the children collection of ItemsControl like ListBox, ComboBox, TreeView etc. For example, for a list box, the user can easily bind the ItemsSource property....