© 2026 Hedgehog Software, LLC
<ListBox ItemsSource="{Binding Items}"> <ListBox.ItemTemplate> <TextBlock Text="{Binding Name}" /> </ListBox.ItemTemplate> </ListBox>