<ListBox ItemsSource="{Binding Items}"> <ListBox.ItemTemplate> <TextBlock Text="{Binding Name}" /> </ListBox.ItemTemplate></ListBox>