<ItemsControl Margin=" ItemsSource="{Binding Source={StaticResource myTodoList}}"> <!--The ItemsControl has no default visual appearance. Use the Template property to specify a ControlTemplate to define the appearance of an ItemsCo
Say I have a standard WPF ItemsControl bound to an ObservableCollection of "Dog" objects like so: <ItemsControl ItemsSource="{Binding Dogs}"> <ItemsControl.ItemTemplate> <DataTemplate> <StackPanel Orientation="