Populating ComboBox inside ListView in WPF
问题 I have populated a ComboBox inside a ListView . Screen shot is given below As shown above it's displaying "M", "a", "c" instead of "Mac". Why it is separating the word into characters? In code behind file I've written ItemCategoryDAL itemCategoryDalObj = new ItemCategoryDAL(); DataTable dataTable = itemCategoryDalObj.GetAllItemCategory(); listView1.ItemsSource = dataTable.DefaultView; And in .xaml file I've written: <ListView Height="148" HorizontalAlignment="Left" Margin="23,12,0,0" Name=