A ComboBox . , ItemsSource Items.
ItemsSource , . , ComboBox , , "Mac" "M", "a" "c".
, . : ( ) ? ComboBox? , , DataTable, - :
ItemsSource="{Binding RelativeSource={RelativeSource AncestorType=ListView}, Path=ItemsSource}"
IC_Name , DataTemplate:
<ComboBox.ItemTemplate>
<DataTemplate>
<TextBlock Text="{Binding IC_Name}"/>
</DataTemplate>
</ComboBox.ItemTemplate>
, , , . , "Foo" IC_Name, , , , "Foo" ComboBox es, . , "Foo", ComboBox "Foo" .