InvalidCastException from selecting ListBoxItem's Contents
- by Dan
My ListBoxItems contain multiple TextBoxes like this:
<ListBox Name="myList" SelectionChanged="myList_SelectionChanged">
<ListBox.ItemTemplate>
<DataTemplate>
<ListBoxItem>
<ListBoxItem.Content>
<StackPanel…