Expected range error when removing last item from listbox's observablecollection
问题 I have a SL4 ListBox full of items. Here is the ItemContainerStyle: <Style x:Key="DataItemStyle" TargetType="ListBoxItem"> <Setter Property="Background" Value="Transparent" /> <Setter Property="TabNavigation" Value="Local" /> <Setter Property="HorizontalContentAlignment" Value="Center" /> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="ListBoxItem"> <Grid Background="{TemplateBinding Background}" LLamasoft:DragDropBehaviors.DragDropManager="{Binding ScratchPad